| Package | Description |
|---|---|
| org.testng | |
| org.testng.internal | |
| org.testng.reporters |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IConfigurationListener2
Deprecated.
As of release 7.0.0, replaced by
IConfigurationListener |
| Modifier and Type | Class and Description |
|---|---|
class |
TestListenerAdapter
A simple ITestListener adapter that stores all the tests that were run.
|
| Modifier and Type | Method and Description |
|---|---|
List<IConfigurationListener> |
TestRunner.getConfigurationListeners() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IResultListener
A convenient interface to use when implementing listeners.
|
interface |
IResultListener2 |
| Modifier and Type | Method and Description |
|---|---|
List<IConfigurationListener> |
ITestResultNotifier.getConfigurationListeners() |
List<IConfigurationListener> |
IConfiguration.getConfigurationListeners() |
List<IConfigurationListener> |
Configuration.getConfigurationListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
IConfiguration.addConfigurationListener(IConfigurationListener cl) |
void |
Configuration.addConfigurationListener(IConfigurationListener cl) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TestListenerHelper.runPostConfigurationListeners(ITestResult tr,
ITestNGMethod tm,
List<IConfigurationListener> listeners) |
static void |
TestListenerHelper.runPreConfigurationListeners(ITestResult tr,
ITestNGMethod tm,
List<IConfigurationListener> listeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExitCodeListener
A very simple
ITestListener used by the TestNG runner to find out the exit code. |
class |
JUnitXMLReporter
A JUnit XML report generator (replacing the original JUnitXMLReporter that was based on XML
APIs).
|
class |
VerboseReporter
Reporter printing out detailed messages about what TestNG is going to run and what is the status
of what has been just run.
|
Copyright © 2025. All rights reserved.