Uses of Interface
org.testng.IExecutionListener
-
Packages that use IExecutionListener Package Description org.testng.internal -
-
Uses of IExecutionListener in org.testng.internal
Classes in org.testng.internal that implement IExecutionListener Modifier and Type Class Description class
ExitCodeListener
Methods in org.testng.internal that return types with arguments of type IExecutionListener Modifier and Type Method Description java.util.List<IExecutionListener>
Configuration. getExecutionListeners()
java.util.List<IExecutionListener>
IConfiguration. getExecutionListeners()
Methods in org.testng.internal with parameters of type IExecutionListener Modifier and Type Method Description default void
IConfiguration. addExecutionListener(IExecutionListener l)
boolean
Configuration. addExecutionListenerIfAbsent(IExecutionListener l)
default boolean
IConfiguration. addExecutionListenerIfAbsent(IExecutionListener l)
-