Class DataProviderMethodMatcher

  • All Implemented Interfaces:
    MethodMatcher

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

    • Method Detail

      • hasConformance

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

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