Package org.testng.internal.reflect
Class AbstractMethodMatcher
java.lang.Object
org.testng.internal.reflect.AbstractMethodMatcher
- All Implemented Interfaces:
MethodMatcher
- Direct Known Subclasses:
AbstractNodeMethodMatcher,DataProviderMethodMatcher
-
Field Summary
Fields -
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.internal.reflect.MethodMatcher
getConformingArguments
-
Field Details
-
context
-
conforms
-
-
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
-