Package org.testng
Interface IAlterSuiteListener
-
- All Superinterfaces:
ITestNGListener
public interface IAlterSuiteListener extends ITestNGListener
Implementations of this interface will gain access to theXmlSuiteobject and thus let users be able to alter a suite or a test based on their own needs. This listener can be added ONLY via the following two ways :- <
listeners> tag in a suite file. - via Service loaders
Note: This listener will NOT be invoked if it is wired in via the @
Listenersannotation.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidalter(java.util.List<XmlSuite> suites)-
Methods inherited from interface org.testng.ITestNGListener
isEnabled
-
-