Uses of Interface
org.testng.IExecutionListener
-
Packages that use IExecutionListener Package Description org.testng org.testng.internal -
-
Uses of IExecutionListener in org.testng
Methods in org.testng with parameters of type IExecutionListener Modifier and Type Method Description void
TestNG. addExecutionListener(IExecutionListener l)
Deprecated.Use addListener(ITestNGListener) instead -
Uses of IExecutionListener in org.testng.internal
Methods in org.testng.internal that return types with arguments of type IExecutionListener Modifier and Type Method Description List<IExecutionListener>
Configuration. getExecutionListeners()
List<IExecutionListener>
IConfiguration. getExecutionListeners()
Methods in org.testng.internal with parameters of type IExecutionListener Modifier and Type Method Description void
Configuration. addExecutionListener(IExecutionListener l)
void
IConfiguration. addExecutionListener(IExecutionListener l)
-