Class AbstractMethodMatcher
java.lang.Object
org.testng.internal.reflect.AbstractMethodMatcher
- All Implemented Interfaces:
MethodMatcher
- Direct Known Subclasses:
AbstractNodeMethodMatcher, DataProviderMethodMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanconforms()Checks if the arguments conform to the method.protected Booleanprotected MethodMatcherContextprotected abstract booleanChecks if the arguments conform to the method.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface MethodMatcher
getConformingArguments
-
Constructor Details
-
AbstractMethodMatcher
-
-
Method Details
-
getContext
-
getConforms
-
conforms
public boolean conforms()Checks if the arguments conform to the method.- Specified by:
conformsin interfaceMethodMatcher- Returns:
- conformance
-
hasConformance
protected abstract boolean hasConformance()Checks if the arguments conform to the method.- Returns:
- conformance
-