org.testng
Class SuiteRunState

java.lang.Object
  extended by org.testng.SuiteRunState
All Implemented Interfaces:
Serializable

public class SuiteRunState
extends Object
implements Serializable

A state object that records the status of the suite run. Mainly used to figure out if there are any @BeforeSuite failures.

Author:
Alexandru Popescu
See Also:
Serialized Form

Constructor Summary
SuiteRunState()
           
 
Method Summary
 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()


Copyright © 2012. All Rights Reserved.