Package org.testng

Interface IInvokedMethodListener

  • All Superinterfaces:
    ITestNGListener
    All Known Subinterfaces:
    IInvokedMethodListener2
    All Known Implementing Classes:
    SuiteRunner

    public interface IInvokedMethodListener
    extends ITestNGListener
    A listener that gets invoked before and after a method is invoked by TestNG. This listener will be invoked for configuration and test methods irrespective of whether they passe/fail or get skipped. This listener invocation can be disabled for SKIPPED tests through one of the below mechanisms: