Uses of Interface
org.testng.IClassListener
-
Packages that use IClassListener Package Description org.testng org.testng.internal -
-
Uses of IClassListener in org.testng
Methods in org.testng with parameters of type IClassListener Modifier and Type Method Description void
TestNG. addListener(IClassListener listener)
Deprecated.Use addListener(ITestNGListener) insteadMethod parameters in org.testng with type arguments of type IClassListener Modifier and Type Method Description TestRunner
ITestRunnerFactory. newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners)
TestRunner
ITestRunnerFactory2. newTestRunner(ISuite suite, XmlTest test, Collection<IInvokedMethodListener> listeners, List<IClassListener> classListeners, Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
Produces a newTestRunner
Constructor parameters in org.testng with type arguments of type IClassListener Constructor Description TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners)
This constructor is used by testng-remote, any changes related to it please contact with testng-team.TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator)
TestRunner(IConfiguration configuration, ISuite suite, XmlTest test, String outputDirectory, IAnnotationFinder finder, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Comparator<ITestNGMethod> comparator, Map<Class<? extends IDataProviderListener>,IDataProviderListener> dataProviderListeners)
-
Uses of IClassListener in org.testng.internal
Method parameters in org.testng.internal with type arguments of type IClassListener Modifier and Type Method Description AbstractParallelWorker.Arguments.Builder
AbstractParallelWorker.Arguments.Builder. listeners(Collection<IClassListener> listeners)
Constructor parameters in org.testng.internal with type arguments of type IClassListener Constructor Description Invoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, Collection<IDataProviderListener> dataProviderListeners)
-