Class FlakyAnnotationVerifier

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

public class FlakyAnnotationVerifier extends Object implements org.testng.IClassListener
Detects test methods which are annotaded with @Flaky annotation but are missing explicit @Test annotation
  • Constructor Details

    • FlakyAnnotationVerifier

      public FlakyAnnotationVerifier()
  • Method Details

    • 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