Class DataProviderMethodMatcher
java.lang.Object
org.testng.internal.reflect.AbstractMethodMatcher
org.testng.internal.reflect.DataProviderMethodMatcher
- All Implemented Interfaces:
MethodMatcher
Checks the conformance as per data-provide specifications.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObject[]If possible gives an array consumable by java method invoker.protected booleanChecks if the arguments conform to the method.Methods inherited from class AbstractMethodMatcher
conforms, getConforms, getContext
-
Constructor Details
-
DataProviderMethodMatcher
-
-
Method Details
-
hasConformance
protected boolean hasConformance()Checks if the arguments conform to the method.- Specified by:
hasConformancein classAbstractMethodMatcher- Returns:
- conformance
-
getConformingArguments
If possible gives an array consumable by java method invoker.- Returns:
- conforming argument array
-