Package org.testng
Class SuiteRunState
- java.lang.Object
-
- org.testng.SuiteRunState
-
public class SuiteRunState extends Object
A state object that records the status of the suite run. Mainly used to figure out if there are any @BeforeSuite failures.
-
-
Constructor Summary
Constructors Constructor Description SuiteRunState()
-