Package org.testng.internal.reflect
-
Interface Summary Interface Description MethodMatcher An interface to validate conformance of input arguments to its target method. -
Class Summary Class Description AbstractMethodMatcher AbstractNodeMethodMatcher ArrayEndingMethodMatcher Checks for array ending method argument match with or without filtering injectables.DataProviderMethodMatcher Checks the conformance as per data-provide specifications.DirectMethodMatcher Checks for method argument match with or without filtering injectables.InjectableParameter.Assistant convenience means to add and remove injectables.MethodMatcherContext Input context for MethodMatchers.Parameter This class can be replaceable by java.lang.reflect.Parameter if using jdk 1.8.ReflectionHelper ReflectionRecipes Utility class to handle reflection.ReflectionRecipes.ListBackedImmutableQueue<T> -
Enum Summary Enum Description InjectableParameter Enumeration of injectables. -
Exception Summary Exception Description MethodMatcherException Thrown from MethodMatcher.