public interface IAlterSuiteListener extends ITestNGListener
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.
Note: This listener will NOT be invoked if it is wired in via the @
Listeners annotation.
| Modifier and Type | Method and Description |
|---|---|
default void |
alter(List<XmlSuite> suites) |
Copyright © 2025. All rights reserved.