Uses of Interface
org.testng.IConfigurationListener
Packages that use IConfigurationListener
Package
Description
-
Uses of IConfigurationListener in org.testng
Subinterfaces of IConfigurationListener in org.testngClasses in org.testng that implement IConfigurationListenerModifier and TypeClassDescriptionclass
A simple ITestListener adapter that stores all the tests that were run.private class
Fields in org.testng declared as IConfigurationListenerFields in org.testng with type parameters of type IConfigurationListenerModifier and TypeFieldDescriptionprivate final Set<IConfigurationListener>
TestRunner.m_configurationListeners
Methods in org.testng that return types with arguments of type IConfigurationListenerMethods in org.testng with parameters of type IConfigurationListenerModifier and TypeMethodDescription(package private) void
SuiteRunner.addConfigurationListener
(IConfigurationListener listener) (package private) void
TestRunner.addConfigurationListener
(IConfigurationListener icl) -
Uses of IConfigurationListener in org.testng.internal
Subinterfaces of IConfigurationListener in org.testng.internalModifier and TypeInterfaceDescriptioninterface
A convenient interface to use when implementing listeners.interface
Fields in org.testng.internal with type parameters of type IConfigurationListenerModifier and TypeFieldDescriptionprivate final Map<Class<? extends IConfigurationListener>,
IConfigurationListener> Configuration.m_configurationListeners
private final Map<Class<? extends IConfigurationListener>,
IConfigurationListener> Configuration.m_configurationListeners
Methods in org.testng.internal that return types with arguments of type IConfigurationListenerModifier and TypeMethodDescriptionConfiguration.getConfigurationListeners()
IConfiguration.getConfigurationListeners()
ITestResultNotifier.getConfigurationListeners()
Methods in org.testng.internal with parameters of type IConfigurationListenerModifier and TypeMethodDescriptionvoid
Configuration.addConfigurationListener
(IConfigurationListener cl) void
IConfiguration.addConfigurationListener
(IConfigurationListener cl) static void
TestListenerHelper.runPostConfigurationListeners
(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal) static void
TestListenerHelper.runPreConfigurationListeners
(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal) Method parameters in org.testng.internal with type arguments of type IConfigurationListenerModifier and TypeMethodDescriptionstatic void
TestListenerHelper.runPostConfigurationListeners
(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal) static void
TestListenerHelper.runPreConfigurationListeners
(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal) -
Uses of IConfigurationListener in org.testng.internal.invokers
Fields in org.testng.internal.invokers declared as IConfigurationListenerModifier and TypeFieldDescriptionprivate final IConfigurationListener
ConfigInvoker.internalConfigurationListener
Constructors in org.testng.internal.invokers with parameters of type IConfigurationListenerModifierConstructorDescriptionConfigInvoker
(ITestResultNotifier notifier, Collection<IInvokedMethodListener> invokedMethodListeners, ITestContext testContext, SuiteRunState suiteState, IConfiguration configuration, IConfigurationListener internalConfigurationListener, SuiteRunner suiteRunner) Invoker
(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, SuiteRunner suiteRunner) -
Uses of IConfigurationListener in org.testng.reporters
Classes in org.testng.reporters that implement IConfigurationListenerModifier and TypeClassDescriptionclass
A very simpleITestListener
used by the TestNG runner to find out the exit code.class
A JUnit XML report generator (replacing the original JUnitXMLReporter that was based on XML APIs).class
Reporter printing out detailed messages about what TestNG is going to run and what is the status of what has been just run.
IConfigurationListener