- All Implemented Interfaces:
- org.testng.ISuiteListener, org.testng.ITestNGListener
public class WfsSuiteFixtureListener
extends Object
implements org.testng.ISuiteListener
A listener that performs various tasks before and after a test suite is run, usually concerned with maintaining a
shared test suite fixture. Since this listener is loaded using the ServiceLoader mechanism, its methods will be
called before those of other suite listeners listed in the test suite definition and before any annotated
configuration methods.
Attributes set on an ISuite instance are not inherited by constituent test group contexts (ITestContext). However,
suite attributes are still accessible from lower contexts.
- Author:
- Dirk Stenger
- See Also:
ISuite interface