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 TypeClassDescriptionclassA simple ITestListener adapter that stores all the tests that were run.Methods in org.testng that return types with arguments of type IConfigurationListener -
Uses of IConfigurationListener in org.testng.internal
Subinterfaces of IConfigurationListener in org.testng.internalModifier and TypeInterfaceDescriptioninterfaceA convenient interface to use when implementing listeners.interfaceMethods 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 TypeMethodDescriptionvoidConfiguration.addConfigurationListener(IConfigurationListener cl) voidIConfiguration.addConfigurationListener(IConfigurationListener cl) static voidTestListenerHelper.runPostConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal, ListenerComparator comparator) static voidTestListenerHelper.runPreConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal, ListenerComparator comparator) Method parameters in org.testng.internal with type arguments of type IConfigurationListenerModifier and TypeMethodDescriptionstatic voidTestListenerHelper.runPostConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal, ListenerComparator comparator) static voidTestListenerHelper.runPreConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners, IConfigurationListener internal, ListenerComparator comparator) -
Uses of IConfigurationListener in org.testng.internal.invokers
Constructors in org.testng.internal.invokers with parameters of type IConfigurationListenerModifierConstructorDescriptionInvoker(IConfiguration configuration, ITestContext testContext, ITestResultNotifier notifier, SuiteRunState state, boolean skipFailedInvocationCounts, Collection<IInvokedMethodListener> invokedMethodListeners, List<IClassListener> classListeners, DataProviderHolder holder, IConfigurationListener internalConfigurationListener, ISuiteRunnerListener suiteRunner) -
Uses of IConfigurationListener in org.testng.reporters
Classes in org.testng.reporters that implement IConfigurationListenerModifier and TypeClassDescriptionclassDeprecated.- This class stands deprecated as of TestNGv7.10.0classA JUnit XML report generator (replacing the original JUnitXMLReporter that was based on XML APIs).classReporter printing out detailed messages about what TestNG is going to run and what is the status of what has been just run.
IConfigurationListener