Uses of Interface
org.testng.ITestListener
Packages that use ITestListener
-
Uses of ITestListener in org.testng
Classes in org.testng that implement ITestListenerModifier and TypeClassDescriptionclassA 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 TestNGTestNG.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 TypeInterfaceDescriptioninterfaceA convenient interface to use when implementing listeners.interfaceClasses 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 voidTestListenerHelper.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 TypeClassDescriptionclassclassDeprecated.classA JUnit XML report generator (replacing the original JUnitXMLReporter that was based on XML APIs).classThis class implements an HTML reporter for individual tests.classA simple reporter that collects the results and prints them on standard out.classReporter 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