Package org.testng
Interface IClassListener
-
- All Superinterfaces:
ITestNGListener
public interface IClassListener extends ITestNGListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onAfterClass(ITestClass testClass)
void
onBeforeClass(ITestClass testClass)
-
-
-
Method Detail
-
onBeforeClass
void onBeforeClass(ITestClass testClass)
-
onAfterClass
void onAfterClass(ITestClass testClass)
-
-