AbstractMethodMatcher, AbstractNodeMethodMatcher, ArrayEndingMethodMatcher, DataProviderMethodMatcher, DirectMethodMatcherpublic interface MethodMatcher
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
conforms() |
Checks if the arguments conform to the method.
|
java.lang.Object[] |
getConformingArguments() |
If possible gives an array consumable by java method invoker.
|