MethodMatcherpublic class DataProviderMethodMatcher extends AbstractMethodMatcher
| Constructor | Description |
|---|---|
DataProviderMethodMatcher(MethodMatcherContext context) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object[] |
getConformingArguments() |
If possible gives an array consumable by java method invoker.
|
protected boolean |
hasConformance() |
Checks if the arguments conform to the method.
|
conforms, getConforms, getContextpublic DataProviderMethodMatcher(MethodMatcherContext context)
protected boolean hasConformance()
hasConformance in class AbstractMethodMatcherpublic java.lang.Object[] getConformingArguments()