Class MethodMatcherContext


  • public class MethodMatcherContext
    extends Object
    Input context for MethodMatchers.
    Author:
    Nitin Verma
    • Constructor Detail

      • MethodMatcherContext

        public MethodMatcherContext​(Method method,
                                    Object[] arguments,
                                    ITestContext testContext,
                                    ITestResult testResult)
        Constructs a context for MethodMatchers.
        Parameters:
        method - current method.
        arguments - user arguments.
        testContext - current test context.
        testResult - current test results.
    • Method Detail

      • getMethodParameter

        public Parameter[] getMethodParameter()
      • getMethod

        public Method getMethod()
      • getArguments

        public Object[] getArguments()