Class AbstractMethodMatcher

java.lang.Object
org.testng.internal.reflect.AbstractMethodMatcher
All Implemented Interfaces:
MethodMatcher
Direct Known Subclasses:
AbstractNodeMethodMatcher, DataProviderMethodMatcher

public abstract class AbstractMethodMatcher extends Object implements MethodMatcher
  • Field Details

  • Constructor Details

  • Method Details

    • getContext

      protected MethodMatcherContext getContext()
    • getConforms

      protected Boolean getConforms()
    • conforms

      public boolean conforms()
      Checks if the arguments conform to the method.
      Specified by:
      conforms in interface MethodMatcher
      Returns:
      conformance
    • hasConformance

      protected abstract boolean hasConformance()
      Checks if the arguments conform to the method.
      Returns:
      conformance