Uses of Enum
org.testng.internal.reflect.InjectableParameter
Packages that use InjectableParameter
-
Uses of InjectableParameter in org.testng.internal.reflect
Subclasses with type arguments of type InjectableParameter in org.testng.internal.reflectFields in org.testng.internal.reflect with type parameters of type InjectableParameterModifier and TypeFieldDescriptionstatic final Set<InjectableParameter> InjectableParameter.Assistant.ALL_INJECTSstatic final Set<InjectableParameter> InjectableParameter.Assistant.NONEMethods in org.testng.internal.reflect that return InjectableParameterModifier and TypeMethodDescriptionstatic InjectableParameterReturns 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 InjectableParameterModifier and TypeMethodDescriptionprotected 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 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.