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 voidTestNG. addExecutionListener(IExecutionListener l)Deprecated.Use addListener(ITestNGListener) instead -
Uses of IExecutionListener in org.testng.internal
Fields in org.testng.internal with type parameters of type IExecutionListener Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends IExecutionListener>,IExecutionListener>Configuration. m_executionListenersprivate java.util.Map<java.lang.Class<? extends IExecutionListener>,IExecutionListener>Configuration. m_executionListenersMethods 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 voidConfiguration. addExecutionListener(IExecutionListener l)voidIConfiguration. addExecutionListener(IExecutionListener l)
-