Package | Description |
---|---|
org.testng | |
org.testng.internal |
Modifier and Type | Method and Description |
---|---|
void |
TestNG.addExecutionListener(IExecutionListener l)
Deprecated.
Use addListener(ITestNGListener) instead
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.Class<? extends IExecutionListener>,IExecutionListener> |
Configuration.m_executionListeners |
private java.util.Map<java.lang.Class<? extends IExecutionListener>,IExecutionListener> |
Configuration.m_executionListeners |
Modifier and Type | Method and Description |
---|---|
java.util.List<IExecutionListener> |
IConfiguration.getExecutionListeners() |
java.util.List<IExecutionListener> |
Configuration.getExecutionListeners() |
Modifier and Type | Method and Description |
---|---|
void |
IConfiguration.addExecutionListener(IExecutionListener l) |
void |
Configuration.addExecutionListener(IExecutionListener l) |