Class SuiteNode
java.lang.Object
com.twineworks.tweakflow.spec.nodes.SuiteNode
- All Implemented Interfaces:
SpecNode
-
Constructor Details
-
SuiteNode
public SuiteNode()
-
-
Method Details
-
runNode
-
getNodes
-
getSource
-
setSource
-
getType
-
getName
-
setName
-
open
public void open() -
finish
public void finish() -
run
-
fail
-
didRun
public boolean didRun() -
isSuccess
public boolean isSuccess() -
hasErrors
public boolean hasErrors() -
getErrorMessage
- Specified by:
getErrorMessagein interfaceSpecNode
-
getCause
-
getDurationMillis
public long getDurationMillis()- Specified by:
getDurationMillisin interfaceSpecNode
-