| process.WfMOpenTestCase process.ProcLifeCycle process.ProcLifeCycleDirectStateSetting
ProcLifeCycleDirectStateSetting | public class ProcLifeCycleDirectStateSetting extends ProcLifeCycle (Code) | | Describe class ProcLifeCycleDirectStateSetting here.
author: weidauer version: 1.0 |
Method Summary | |
protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. | public static Test | suite() Construct this test suit. |
ProcLifeCycleDirectStateSetting | public ProcLifeCycleDirectStateSetting(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
setUp | protected void setUp() throws Exception(Code) | | Initialisation.
The setUp method defines the way a state change is
realized. Override this method to change this way.
exception: Exception - if an error occurs |
suite | public static Test suite()(Code) | | Construct this test suit.
a Test value |
Methods inherited from process.ProcLifeCycle | protected void checkClosedActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkClosedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkClosedProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code)(Java Doc) public void checkExceptionsWithProcessP2() throws Exception(Code)(Java Doc) protected void checkNotStartedActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkNotStartedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkNotStartedProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkNotStopableRunningActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkRunningActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkRunningExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkRunningProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code)(Java Doc) public void checkStartAndFinishModeWithProcessP1() throws Exception(Code)(Java Doc) protected void checkSuspendedActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkSuspendedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code)(Java Doc) protected void checkSuspendedProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code)(Java Doc) public void controlStartAndFinishMode(SmartWfProcess process) throws Exception(Code)(Java Doc) public void run(TestResult testResult)(Code)(Java Doc) protected void setUp() throws Exception(Code)(Java Doc) public static Test suite()(Code)(Java Doc)
|
|
|