Uses of Interface
org.testng.IExecutionListener
Packages that use IExecutionListener
-
Uses of IExecutionListener in org.testng.internal
Classes in org.testng.internal that implement IExecutionListenerFields in org.testng.internal with type parameters of type IExecutionListenerModifier and TypeFieldDescriptionprivate final Map<Class<? extends IExecutionListener>,
IExecutionListener> Configuration.m_executionListeners
private final Map<Class<? extends IExecutionListener>,
IExecutionListener> Configuration.m_executionListeners
Methods in org.testng.internal that return types with arguments of type IExecutionListenerModifier and TypeMethodDescriptionConfiguration.getExecutionListeners()
IConfiguration.getExecutionListeners()
Methods in org.testng.internal with parameters of type IExecutionListenerModifier and TypeMethodDescriptiondefault void
IConfiguration.addExecutionListener
(IExecutionListener l) boolean
Configuration.addExecutionListenerIfAbsent
(IExecutionListener l) default boolean
IConfiguration.addExecutionListenerIfAbsent
(IExecutionListener l)