Uses of Class
org.testng.internal.reflect.InjectableParameter
-
Packages that use InjectableParameter Package Description org.testng.internal.reflect -
-
Uses of InjectableParameter in org.testng.internal.reflect
Fields in org.testng.internal.reflect with type parameters of type InjectableParameter Modifier and Type Field Description static Set<InjectableParameter>
InjectableParameter.Assistant. ALL_INJECTS
static Set<InjectableParameter>
InjectableParameter.Assistant. NONE
Methods in org.testng.internal.reflect that return InjectableParameter Modifier and Type Method Description static InjectableParameter
InjectableParameter. valueOf(String name)
Returns the enum constant of this type with the specified name.static InjectableParameter[]
InjectableParameter. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testng.internal.reflect that return types with arguments of type InjectableParameter Modifier and Type Method Description protected abstract List<Set<InjectableParameter>>
AbstractNodeMethodMatcher. getConformanceInjectsOrder()
protected List<Set<InjectableParameter>>
ArrayEndingMethodMatcher. getConformanceInjectsOrder()
protected List<Set<InjectableParameter>>
DirectMethodMatcher. getConformanceInjectsOrder()
Method parameters in org.testng.internal.reflect with type arguments of type InjectableParameter Modifier and Type Method Description static Parameter[]
ReflectionRecipes. filter(Parameter[] parameters, Set<InjectableParameter> filters)
Omits 1.static Object[]
ReflectionRecipes. inject(Parameter[] parameters, Set<InjectableParameter> filters, Object[] args, Constructor constructor, ITestContext context, ITestResult testResult)
Injects appropriate arguments.static Object[]
ReflectionRecipes. inject(Parameter[] parameters, Set<InjectableParameter> filters, Object[] args, Method injectionMethod, ITestContext context, ITestResult testResult)
Injects appropriate arguments.
-