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 TypeMethodDescriptionboolean
conforms()
Checks if the arguments conform to the method.protected Boolean
protected MethodMatcherContext
protected abstract boolean
Checks if the arguments conform to the method.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
conforms
in interfaceMethodMatcher
- Returns:
- conformance
-
hasConformance
protected abstract boolean hasConformance()Checks if the arguments conform to the method.- Returns:
- conformance
-