Package org.testng

Class SuiteRunState


  • public class SuiteRunState
    extends java.lang.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()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void failed()  
      boolean isFailed()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SuiteRunState

        public SuiteRunState()
    • Method Detail

      • failed

        public void failed()
      • isFailed

        public boolean isFailed()