Class MethodMatcherContext


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

      • MethodMatcherContext

        public MethodMatcherContext​(java.lang.reflect.Method method,
                                    java.lang.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 java.lang.reflect.Parameter[] getMethodParameter()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • getArguments

        public java.lang.Object[] getArguments()