| process.WfMOpenTestCase process.ProcLifeCycle
All known Subclasses: process.ProcLifeCycleDirectStateSetting,
Method Summary | |
protected void | checkClosedActivity(SmartWfActivity activity, boolean setStateDirectly) Describe checkClosedActivity method here. | protected void | checkClosedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) Describe checkClosedExecutionObject method here. | protected void | checkClosedProcess(SmartWfProcess process, boolean setStateDirectly) Describe checkClosedProcess method here. | public void | checkExceptionsWithProcessP2() Test the throwing of exceptions with a simple process definition (P2). | protected void | checkNotStartedActivity(SmartWfActivity activity, boolean setStateDirectly) Describe checkNotStartedActivity method here. | protected void | checkNotStartedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) Describe checkNotStartedExecutionObject method here. | protected void | checkNotStartedProcess(SmartWfProcess process, boolean setStateDirectly) Describe checkNotStartedProcess method here. | protected void | checkNotStopableRunningActivity(SmartWfActivity activity, boolean setStateDirectly) Describe checkNotStopableRunningActivity method here. | protected void | checkRunningActivity(SmartWfActivity activity, boolean setStateDirectly) Describe checkRunningActivity method here. | protected void | checkRunningExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) Describe checkRunningExecutionObject method here. | protected void | checkRunningProcess(SmartWfProcess process, boolean setStateDirectly) Describe checkRunningProcess method here. | public void | checkStartAndFinishModeWithProcessP1() Test a simple process definition. | protected void | checkSuspendedActivity(SmartWfActivity activity, boolean setStateDirectly) Describe checkSuspendedActivity method here. | protected void | checkSuspendedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) Describe checkSuspendedExecutionObject method here. | protected void | checkSuspendedProcess(SmartWfProcess process, boolean setStateDirectly) Describe checkSuspendedProcess method here. | public void | controlStartAndFinishMode(SmartWfProcess process) Controls activities with no implementation. | public void | run(TestResult testResult) Runs the tests with an appropriate login context. | protected void | setUp() Initialisation.
The setUp method defines the way a state change is
realized. | public static Test | suite() Construct this test suite. |
ProcLifeCycle | public ProcLifeCycle(String name)(Code) | | Constructor of this TestCase
Parameters: name - a String value |
checkClosedActivity | protected void checkClosedActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code) | | Describe checkClosedActivity method here.
Parameters: activity - a WfActivity value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkClosedExecutionObject | protected void checkClosedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code) | | Describe checkClosedExecutionObject method here.
Parameters: executionObject - a WfExecutionObject value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkClosedProcess | protected void checkClosedProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code) | | Describe checkClosedProcess method here.
Parameters: process - a WfProcess value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkExceptionsWithProcessP2 | public void checkExceptionsWithProcessP2() throws Exception(Code) | | Test the throwing of exceptions with a simple process definition (P2).
exception: Exception - if an error occurs |
checkNotStartedActivity | protected void checkNotStartedActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code) | | Describe checkNotStartedActivity method here.
Parameters: activity - a WfActivity value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkNotStartedExecutionObject | protected void checkNotStartedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code) | | Describe checkNotStartedExecutionObject method here.
Parameters: executionObject - a WfExecutionObject value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkNotStartedProcess | protected void checkNotStartedProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code) | | Describe checkNotStartedProcess method here.
Parameters: process - a WfProcess value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkNotStopableRunningActivity | protected void checkNotStopableRunningActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code) | | Describe checkNotStopableRunningActivity method here.
Parameters: activity - a WfActivity value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkRunningActivity | protected void checkRunningActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code) | | Describe checkRunningActivity method here.
Parameters: activity - a WfActivity value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkRunningExecutionObject | protected void checkRunningExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code) | | Describe checkRunningExecutionObject method here.
Parameters: executionObject - a WfExecutionObject value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkRunningProcess | protected void checkRunningProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code) | | Describe checkRunningProcess method here.
Parameters: process - a WfProcess value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkStartAndFinishModeWithProcessP1 | public void checkStartAndFinishModeWithProcessP1() throws Exception(Code) | | Test a simple process definition.
exception: Exception - if an error occurs |
checkSuspendedActivity | protected void checkSuspendedActivity(SmartWfActivity activity, boolean setStateDirectly) throws Exception(Code) | | Describe checkSuspendedActivity method here.
Parameters: activity - a WfActivity value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkSuspendedExecutionObject | protected void checkSuspendedExecutionObject(SmartWfExecutionObject executionObject, boolean setStateDirectly) throws Exception(Code) | | Describe checkSuspendedExecutionObject method here.
Parameters: executionObject - a WfExecutionObject value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
checkSuspendedProcess | protected void checkSuspendedProcess(SmartWfProcess process, boolean setStateDirectly) throws Exception(Code) | | Describe checkSuspendedProcess method here.
Parameters: process - a WfProcess value Parameters: setStateDirectly - a boolean value exception: Exception - if an error occurs |
controlStartAndFinishMode | public void controlStartAndFinishMode(SmartWfProcess process) throws Exception(Code) | | Controls activities with no implementation.
Parameters: process - a WfProcess value exception: Exception - if an error occurs |
run | public void run(TestResult testResult)(Code) | | Runs the tests with an appropriate login context.
Parameters: testResult - a TestResult 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 suite.
a Test value |
|
|