Package org.testng

Interface IInvokedMethodListener2

    • Method Detail

      • beforeInvocation

        void beforeInvocation​(IInvokedMethod method,
                              ITestResult testResult,
                              ITestContext context)
        To be implemented if the method needs a handle to contextual information.
      • afterInvocation

        void afterInvocation​(IInvokedMethod method,
                             ITestResult testResult,
                             ITestContext context)
        To be implemented if the method needs a handle to contextual information.