Package com.consol.citrus.testng
Interface TestNGTestListener
-
- All Known Implementing Classes:
TestNGCitrusSpringSupport,TestNGCitrusSupport
public interface TestNGTestListener- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidafter()Runs tasks after test class.default voidbefore()Runs tasks before test class.
-