Uses of Interface
org.testng.ITestListener
Packages that use ITestListener
-
Uses of ITestListener in org.testng
Classes in org.testng that implement ITestListenerModifier and TypeClassDescriptionclass
A simple ITestListener adapter that stores all the tests that were run.Methods in org.testng that return ITestListenerModifier and TypeMethodDescriptionISuiteRunnerListener.getExitCodeListener()
SuiteRunner.getExitCodeListener()
TestRunner.getExitCodeListener()
Methods in org.testng that return types with arguments of type ITestListenerMethods in org.testng with parameters of type ITestListenerModifier and TypeMethodDescriptionstatic TestNG
TestNG.privateMain
(String[] argv, ITestListener listener) Note: this method is not part of the public API and is meant for internal usage only. -
Uses of ITestListener in org.testng.internal
Subinterfaces of ITestListener in org.testng.internalModifier and TypeInterfaceDescriptioninterface
A convenient interface to use when implementing listeners.interface
Classes in org.testng.internal that implement ITestListenerMethods in org.testng.internal that return ITestListenerMethods in org.testng.internal that return types with arguments of type ITestListenerMethod parameters in org.testng.internal with type arguments of type ITestListenerModifier and TypeMethodDescriptionstatic void
TestListenerHelper.runTestListeners
(ITestResult tr, List<ITestListener> listeners) Iterates through a bunch of listeners and invokes them. -
Uses of ITestListener in org.testng.reporters
Classes in org.testng.reporters that implement ITestListenerModifier and TypeClassDescriptionclass
class
Deprecated.class
A JUnit XML report generator (replacing the original JUnitXMLReporter that was based on XML APIs).class
This class implements an HTML reporter for individual tests.class
A simple reporter that collects the results and prints them on standard out.class
Reporter printing out detailed messages about what TestNG is going to run and what is the status of what has been just run.
v7.10.0