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_executionListenersprivate final Map<Class<? extends IExecutionListener>, IExecutionListener> Configuration.m_executionListenersMethods 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 voidIConfiguration.addExecutionListener(IExecutionListener l) booleanConfiguration.addExecutionListenerIfAbsent(IExecutionListener l) default booleanIConfiguration.addExecutionListenerIfAbsent(IExecutionListener l)