Package org.testng.internal.reflect
Interface MethodMatcher
-
- All Known Implementing Classes:
AbstractMethodMatcher
,AbstractNodeMethodMatcher
,ArrayEndingMethodMatcher
,DataProviderMethodMatcher
,DirectMethodMatcher
public interface MethodMatcher
An interface to validate conformance of input arguments to its target method.- Author:
- Nitin Verma
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
conforms()
Checks if the arguments conform to the method.java.lang.Object[]
getConformingArguments()
If possible gives an array consumable by java method invoker.
-