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 TypeClassDescriptionclassA simple ITestListener adapter that stores all the tests that were run.private classFields in org.testng declared as IConfigurationListenerFields in org.testng with type parameters of type IConfigurationListenerModifier and TypeFieldDescriptionprivate final Set<IConfigurationListener>TestRunner.m_configurationListenersMethods in org.testng that return types with arguments of type IConfigurationListenerMethods in org.testng with parameters of type IConfigurationListenerModifier and TypeMethodDescription(package private) voidSuiteRunner.addConfigurationListener(IConfigurationListener listener) (package private) voidTestRunner.addConfigurationListener(IConfigurationListener icl) -
Uses of IConfigurationListener in org.testng.internal
Subinterfaces of IConfigurationListener in org.testng.internalModifier and TypeInterfaceDescriptioninterfaceA convenient interface to use when implementing listeners.interfaceFields in org.testng.internal with type parameters of type IConfigurationListenerModifier and TypeFieldDescriptionprivate final Map<Class<? extends IConfigurationListener>,IConfigurationListener> Configuration.m_configurationListenersprivate final Map<Class<? extends IConfigurationListener>,IConfigurationListener> Configuration.m_configurationListenersMethods 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) Method parameters in org.testng.internal with type arguments of type IConfigurationListenerModifier and TypeMethodDescription(package private) static voidTestListenerHelper.runPostConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners) (package private) static voidTestListenerHelper.runPreConfigurationListeners(ITestResult tr, ITestNGMethod tm, List<IConfigurationListener> listeners) -
Uses of IConfigurationListener in org.testng.reporters
Classes in org.testng.reporters that implement IConfigurationListenerModifier and TypeClassDescriptionclassA very simpleITestListenerused by the TestNG runner to find out the exit code.classA 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