Uses of Interface
org.testng.ISuiteListener
-
Packages that use ISuiteListener Package Description org.testng -
-
Uses of ISuiteListener in org.testng
Fields in org.testng with type parameters of type ISuiteListener Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends ISuiteListener>,ISuiteListener>SuiteRunner. listenersprivate java.util.Map<java.lang.Class<? extends ISuiteListener>,ISuiteListener>SuiteRunner. listenersprivate java.util.Map<java.lang.Class<? extends ISuiteListener>,ISuiteListener>TestNG. m_suiteListenersprivate java.util.Map<java.lang.Class<? extends ISuiteListener>,ISuiteListener>TestNG. m_suiteListenersMethods in org.testng that return types with arguments of type ISuiteListener Modifier and Type Method Description java.util.List<ISuiteListener>TestNG. getSuiteListeners()Methods in org.testng with parameters of type ISuiteListener Modifier and Type Method Description protected voidSuiteRunner. addListener(ISuiteListener reporter)
-