Package org.testng
Interface IConfigurationListener2
-
- All Superinterfaces:
IConfigurationListener
,ITestNGListener
- All Known Subinterfaces:
IResultListener2
- All Known Implementing Classes:
DotTestListener
,ExitCodeListener
,FailedReporter
,JUnitXMLReporter
,TestHTMLReporter
,TestListenerAdapter
,TestNG.ExitCodeListener
,TextReporter
,VerboseReporter
public interface IConfigurationListener2 extends IConfigurationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeConfiguration(ITestResult tr)
Invoked before a configuration method is invoked.-
Methods inherited from interface org.testng.IConfigurationListener
onConfigurationFailure, onConfigurationSkip, onConfigurationSuccess
-
-
-
-
Method Detail
-
beforeConfiguration
void beforeConfiguration(ITestResult tr)
Invoked before a configuration method is invoked.
-
-