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 Details

    • SuiteRunState

      public SuiteRunState()
  • Method Details

    • failed

      public void failed()
    • isFailed

      public boolean isFailed()