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:
AbstractXmlReporter,DotTestListener,EmailableReporter2,ExitCodeListener,FailedReporter,JUnitReportReporter,JUnitXMLReporter,Main,PerSuiteXMLReporter,SuiteHTMLReporter,TestHTMLReporter,TestListenerAdapter,TextReporter,VerboseReporter,XMLReporter
public interface ITestNGListener
This is a marker interface for all objects that can be passed as a -listener argument.
-
Method Summary
-
Method Details
-
isEnabled
default boolean isEnabled()- Returns:
- -
trueif the current listener can be considered for execution.
-