Package io.trino.testng.services
Class FlakyAnnotationVerifier
java.lang.Object
io.trino.testng.services.FlakyAnnotationVerifier
- All Implemented Interfaces:
org.testng.IClassListener,org.testng.ITestNGListener
Detects test methods which are annotaded with @Flaky annotation but are
missing explicit @Test annotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAfterClass(org.testng.ITestClass testClass) voidonBeforeClass(org.testng.ITestClass testClass)
-
Constructor Details
-
FlakyAnnotationVerifier
public FlakyAnnotationVerifier()
-
-
Method Details
-
onBeforeClass
public void onBeforeClass(org.testng.ITestClass testClass) - Specified by:
onBeforeClassin interfaceorg.testng.IClassListener
-
onAfterClass
public void onAfterClass(org.testng.ITestClass testClass) - Specified by:
onAfterClassin interfaceorg.testng.IClassListener
-