Uses of Interface
org.testng.IConfigurationListener
Packages that use IConfigurationListener
-
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.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 TypeInterfaceDescriptioninterface
A convenient interface to use when implementing listeners.interface
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) -
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