Package org.testng.internal.reflect
Class InjectableParameter.Assistant
- java.lang.Object
-
- org.testng.internal.reflect.InjectableParameter.Assistant
-
- Enclosing class:
- InjectableParameter
public static class InjectableParameter.Assistant extends Object
convenience means to add and remove injectables.
-
-
Field Summary
Fields Modifier and Type Field Description static Set<InjectableParameter>
ALL_INJECTS
static Set<InjectableParameter>
NONE
-
Constructor Summary
Constructors Constructor Description Assistant()
-
-
-
Field Detail
-
NONE
public static final Set<InjectableParameter> NONE
-
ALL_INJECTS
public static final Set<InjectableParameter> ALL_INJECTS
-
-