Package org.testng
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
-
Method Details
-
alter
- Parameters:
suites
- - The list ofXmlSuite
s that are part of the current execution.
-