Package org.testng

Class 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 Detail

      • SuiteRunState

        public SuiteRunState()
    • Method Detail

      • failed

        public void failed()
      • isFailed

        public boolean isFailed()