Interface IAlterSuiteListener
- All Superinterfaces:
ITestNGListener
Implementations of this interface will gain access to the
XmlSuite object 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 @
Listeners annotation.
-
Method Summary
Methods inherited from interface ITestNGListener
isEnabled
-
Method Details
-
alter
-