public interface MethodMatcher
Modifier and Type | Method and 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.
|
boolean conforms() throws MethodMatcherException
MethodMatcherException
- if any internal failure.java.lang.Object[] getConformingArguments() throws MethodMatcherException
MethodMatcherException
- internal failure or non-conformance