Class TestcaseStep
java.lang.Object
org.chenile.workflow.testcases.TestcaseStep
The basic test case. The test case consists of a set of events that will be emitted.
The event transitions the state entity. The from and to state IDs are captured.
The testcase object is derived from a transition and looks like it for the most part with additional information.
The testcase object is derived from a transition and looks like it for the most part with additional information.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTestcaseStep(String from, String to, String event) This method is used in test cases for assertions. -
Method Summary
-
Field Details
-
first
public boolean first -
event
-
fromFlow
-
from
-
to
-
toFlow
-
manual
public boolean manual -
comments
-
transition
-
-
Constructor Details
-
TestcaseStep
-
TestcaseStep
-
-
Method Details
-
toString
-
equals
-
hashCode
-