Uses of Interface
org.testng.ISuiteListener
-
Packages that use ISuiteListener Package Description org.testng -
-
Uses of ISuiteListener in org.testng
Methods 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 void
SuiteRunner. addListener(ISuiteListener reporter)
Registers ISuiteListeners interested in reporting the result of the current suite.void
TestNG. addListener(ISuiteListener listener)
Deprecated.Use addListener(ITestNGListener) instead
-