public class DataProviderMethodMatcher extends AbstractMethodMatcher
| Modifier and Type | Field and Description |
|---|---|
private ArrayEndingMethodMatcher |
arrayEndingMethodMatcher |
private DirectMethodMatcher |
directMethodMatcher |
private MethodMatcher |
matchingMatcher |
| Constructor and Description |
|---|
DataProviderMethodMatcher(MethodMatcherContext context) |
| Modifier and Type | Method and 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, getContextprivate final DirectMethodMatcher directMethodMatcher
private final ArrayEndingMethodMatcher arrayEndingMethodMatcher
private MethodMatcher matchingMatcher
public DataProviderMethodMatcher(MethodMatcherContext context)
protected boolean hasConformance()
hasConformance in class AbstractMethodMatcherpublic java.lang.Object[] getConformingArguments()