Class ProgressLoggingListener

java.lang.Object
io.trino.testng.services.ProgressLoggingListener
All Implemented Interfaces:
org.testng.IClassListener, org.testng.IInvokedMethodListener, org.testng.ITestListener, org.testng.ITestNGListener

public class ProgressLoggingListener extends Object implements org.testng.IClassListener, org.testng.ITestListener, org.testng.IInvokedMethodListener
  • Constructor Details

    • ProgressLoggingListener

      public ProgressLoggingListener()
  • Method Details

    • onStart

      public void onStart(org.testng.ITestContext context)
      Specified by:
      onStart in interface org.testng.ITestListener
    • beforeInvocation

      public void beforeInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
      Specified by:
      beforeInvocation in interface org.testng.IInvokedMethodListener
    • afterInvocation

      public void afterInvocation(org.testng.IInvokedMethod method, org.testng.ITestResult testResult)
      Specified by:
      afterInvocation in interface org.testng.IInvokedMethodListener
    • onTestStart

      public void onTestStart(org.testng.ITestResult testCase)
      Specified by:
      onTestStart in interface org.testng.ITestListener
    • onTestSuccess

      public void onTestSuccess(org.testng.ITestResult testCase)
      Specified by:
      onTestSuccess in interface org.testng.ITestListener
    • onTestFailure

      public void onTestFailure(org.testng.ITestResult testCase)
      Specified by:
      onTestFailure in interface org.testng.ITestListener
    • onTestSkipped

      public void onTestSkipped(org.testng.ITestResult testCase)
      Specified by:
      onTestSkipped in interface org.testng.ITestListener
    • onTestFailedButWithinSuccessPercentage

      public void onTestFailedButWithinSuccessPercentage(org.testng.ITestResult testCase)
      Specified by:
      onTestFailedButWithinSuccessPercentage in interface org.testng.ITestListener
    • onFinish

      public void onFinish(org.testng.ITestContext context)
      Specified by:
      onFinish in interface org.testng.ITestListener
    • onBeforeClass

      public void onBeforeClass(org.testng.ITestClass testClass)
      Specified by:
      onBeforeClass in interface org.testng.IClassListener
    • onAfterClass

      public void onAfterClass(org.testng.ITestClass testClass)
      Specified by:
      onAfterClass in interface org.testng.IClassListener