Package org.testng
Interface ITestNGListener
-
- All Known Subinterfaces:
IAlterSuiteListener,IAnnotationTransformer,IAnnotationTransformer,IClassListener,IConfigurable,IConfigurationListener,IConfigurationListener2,IDataProviderInterceptor,IDataProviderListener,IExecutionListener,IExecutionVisualiser,IHookable,IInvokedMethodListener,IMethodInterceptor,IReporter,IResultListener,IResultListener2,ISuiteListener,ITestListener
- All Known Implementing Classes:
AbstractXmlReporter,DefaultAnnotationTransformer,DotTestListener,EmailableReporter2,ExitCodeListener,ExitCodeListener,FailedReporter,IgnoreListener,JUnitReportReporter,JUnitXMLReporter,Main,PerSuiteXMLReporter,SuiteHTMLReporter,TestHTMLReporter,TestListenerAdapter,TextReporter,VerboseReporter,XMLReporter
public interface ITestNGListenerThis is a marker interface for all objects that can be passed as a -listener argument.- Author:
- cbeust
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisEnabled()
-