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 java.util.Set<InjectableParameter>
InjectableParameter.Assistant. ALL_INJECTS
static java.util.Set<InjectableParameter>
InjectableParameter.Assistant. NONE
Methods in org.testng.internal.reflect that return InjectableParameter Modifier and Type Method Description static InjectableParameter
InjectableParameter. valueOf(java.lang.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 java.util.List<java.util.Set<InjectableParameter>>
AbstractNodeMethodMatcher. getConformanceInjectsOrder()
protected java.util.List<java.util.Set<InjectableParameter>>
ArrayEndingMethodMatcher. getConformanceInjectsOrder()
protected java.util.List<java.util.Set<InjectableParameter>>
DirectMethodMatcher. getConformanceInjectsOrder()
Method parameters in org.testng.internal.reflect with type arguments of type InjectableParameter Modifier and Type Method Description static java.lang.reflect.Parameter[]
ReflectionRecipes. filter(java.lang.reflect.Parameter[] parameters, java.util.Set<InjectableParameter> filters)
Omits 1.static java.lang.Object[]
ReflectionRecipes. inject(java.lang.reflect.Parameter[] parameters, java.util.Set<InjectableParameter> filters, java.lang.Object[] args, java.lang.reflect.Constructor<?> constructor, ITestContext context, ITestResult testResult)
Injects appropriate arguments.static java.lang.Object[]
ReflectionRecipes. inject(java.lang.reflect.Parameter[] parameters, java.util.Set<InjectableParameter> filters, java.lang.Object[] args, java.lang.reflect.Method injectionMethod, ITestContext context, ITestResult testResult)
Injects appropriate arguments.
-