Class DataProviderMethodMatcher

java.lang.Object
org.testng.internal.reflect.AbstractMethodMatcher
org.testng.internal.reflect.DataProviderMethodMatcher
All Implemented Interfaces:
MethodMatcher

public class DataProviderMethodMatcher extends AbstractMethodMatcher
Checks the conformance as per data-provide specifications.
  • Field Details

  • Constructor Details

  • Method Details

    • hasConformance

      protected boolean hasConformance()
      Checks if the arguments conform to the method.
      Specified by:
      hasConformance in class AbstractMethodMatcher
      Returns:
      conformance
    • getConformingArguments

      public Object[] getConformingArguments()
      If possible gives an array consumable by java method invoker.
      Returns:
      conforming argument array