Package io.trino.testng.services
Class ReportAfterMethodNotAlwaysRun
java.lang.Object
io.trino.testng.services.ReportAfterMethodNotAlwaysRun
- All Implemented Interfaces:
org.testng.IClassListener,org.testng.ITestNGListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonAfterClass(org.testng.ITestClass testClass) voidonBeforeClass(org.testng.ITestClass testClass)
-
Constructor Details
-
ReportAfterMethodNotAlwaysRun
public ReportAfterMethodNotAlwaysRun()
-
-
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
-