Package org.testng
Interface ITestNGListener
-
- All Known Subinterfaces:
IAlterSuiteListener,IAnnotationTransformer,IClassListener,IConfigurable,IConfigurationListener,IConfigurationListener2,IDataProviderInterceptor,IDataProviderListener,IExecutionListener,IExecutionVisualiser,IHookable,IInvokedMethodListener,IMethodInterceptor,IReporter,ISuiteListener,ITestListener
- All Known Implementing Classes:
DotTestListener,EmailableReporter,EmailableReporter2,ExitCodeListener,FailedReporter,JUnitReportReporter,JUnitXMLReporter,Main,SuiteHTMLReporter,SuiteRunner,TestHTMLReporter,TestListenerAdapter,TextReporter,VerboseReporter,XMLReporter
public interface ITestNGListenerThis is a marker interface for all objects that can be passed as a -listener argument.