public interface MethodMatcher
Modifier and Type | Method and Description |
---|---|
boolean |
conforms()
Checks if the arguments conform to the method.
|
Object[] |
getConformingArguments()
If possible gives an array consumable by java method invoker.
|
boolean conforms() throws MethodMatcherException
MethodMatcherException
- if any internal failure.Object[] getConformingArguments() throws MethodMatcherException
MethodMatcherException
- internal failure or non-conformanceCopyright © 2017. All Rights Reserved.