Interface | Description |
---|---|
MethodMatcher |
An interface to validate conformance of input arguments to its target method.
|
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.
|
Enum | Description |
---|---|
InjectableParameter |
Enumeration of injectables.
|
Exception | Description |
---|---|
MethodMatcherException |
Thrown from MethodMatcher.
|