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.Fields in org.testng declared as ITestListenerModifier and TypeFieldDescriptionprivate final ITestListener[]
SuiteRunner.DefaultTestRunnerFactory.failureGenerators
private final ITestListener[]
SuiteRunner.ProxyTestRunnerFactory.failureGenerators
Fields in org.testng with type parameters of type ITestListenerModifier and TypeFieldDescriptionprivate final Map<Class<? extends ITestListener>,
ITestListener> TestNG.m_testListeners
private final Map<Class<? extends ITestListener>,
ITestListener> TestNG.m_testListeners
private final List<ITestListener>
TestRunner.m_testListeners
ITestListeners support.private final List<ITestListener>
SuiteRunner.testListeners
Methods in org.testng that return types with arguments of type ITestListenerMethods in org.testng with parameters of type ITestListenerModifier and TypeMethodDescription(package private) void
TestRunner.addTestListener
(ITestListener listener) static TestNG
TestNG.privateMain
(String[] argv, ITestListener listener) Note: this method is not part of the public API and is meant for internal usage only.Constructors in org.testng with parameters of type ITestListenerModifierConstructorDescriptionDefaultTestRunnerFactory
(IConfiguration configuration, ITestListener[] failureListeners, boolean useDefaultListeners, boolean skipFailedInvocationCounts, Comparator<ITestNGMethod> comparator) ProxyTestRunnerFactory
(ITestListener[] failureListeners, ITestRunnerFactory target) -
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 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.junit
Fields in org.testng.junit with type parameters of type ITestListener -
Uses of ITestListener in org.testng.reporters
Classes in org.testng.reporters that implement ITestListenerModifier and TypeClassDescriptionclass
class
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
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.