Package io.trino.testng.services
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 Summary
Constructors Constructor Description FlakyAnnotationVerifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonAfterClass(org.testng.ITestClass testClass)voidonBeforeClass(org.testng.ITestClass testClass)
-