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()
Methods in org.testng.internal.reflect with parameters of type InjectableParameter Modifier and Type Method Description private static boolean
ReflectionRecipes. canInject(Parameter parameter, InjectableParameter injectableParameter)
Method parameters in org.testng.internal.reflect with type arguments of type InjectableParameter Modifier and Type Method Description static Parameter[]
ReflectionRecipes. filter(Parameter[] parameters, java.util.Set<InjectableParameter> filters)
Omits 1.static java.lang.Object[]
ReflectionRecipes. inject(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(Parameter[] parameters, java.util.Set<InjectableParameter> filters, java.lang.Object[] args, java.lang.reflect.Method injectionMethod, ITestContext context, ITestResult testResult)
Injects appropriate arguments.private static java.lang.Object[]
ReflectionRecipes. nativelyInject(Parameter[] parameters, java.util.Set<InjectableParameter> filters, java.lang.Object[] args, java.lang.Object injectionMethod, ITestContext context, ITestResult testResult)
-