Uses of Enum Class
org.testng.internal.reflect.InjectableParameter
Packages that use InjectableParameter
-
Uses of InjectableParameter in org.testng.internal.reflect
Fields in org.testng.internal.reflect with type parameters of type InjectableParameterModifier and TypeFieldDescriptionstatic final Set<InjectableParameter>
InjectableParameter.Assistant.ALL_INJECTS
static final Set<InjectableParameter>
InjectableParameter.Assistant.NONE
Methods in org.testng.internal.reflect that return InjectableParameterModifier and TypeMethodDescriptionstatic InjectableParameter
Returns the enum constant of this class with the specified name.static InjectableParameter[]
InjectableParameter.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.testng.internal.reflect that return types with arguments of type InjectableParameterModifier and TypeMethodDescriptionprotected abstract List<Set<InjectableParameter>>
AbstractNodeMethodMatcher.getConformanceInjectsOrder()
protected List<Set<InjectableParameter>>
ArrayEndingMethodMatcher.getConformanceInjectsOrder()
protected List<Set<InjectableParameter>>
DirectMethodMatcher.getConformanceInjectsOrder()
Methods in org.testng.internal.reflect with parameters of type InjectableParameterModifier and TypeMethodDescriptionprivate static boolean
ReflectionRecipes.canInject
(Parameter parameter, InjectableParameter injectableParameter) Method parameters in org.testng.internal.reflect with type arguments of type InjectableParameterModifier and TypeMethodDescriptionstatic 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.private static Object[]
ReflectionRecipes.nativelyInject
(Parameter[] parameters, Set<InjectableParameter> filters, Object[] args, Object injectionMethod, ITestContext context, ITestResult testResult)