#include <TestCaseDummyConditionalPunctualAction_1.h>
Inheritance diagram for TestCaseDummyConditionalPunctualAction_1:

One DC_DummyConditionalPunctualAction object is created and the following tests are performed upon it:
false and an execute request is made on the conditional punctual action. It is verified that the outcome is ACTION_CANNOT_EXECUTE. true and an execute request is made on the conditional punctual action. It is verified that the outcome is ACTION_SUCCESS.
Definition at line 32 of file TestCaseDummyConditionalPunctualAction_1.h.
Public Member Functions | |
| TestCaseDummyConditionalPunctualAction_1 (void) | |
| Set the identifier and the name of the test case to, respectively, ID_DUMMYCONDITIONALPUNCTUALACTION*10+1 and "TestCaseDummyConditionalPunctualAction_1". | |
| virtual void | runTestCase (void) |
| Execute the test case. | |
|
|
Set the identifier and the name of the test case to, respectively, ID_DUMMYCONDITIONALPUNCTUALACTION*10+1 and "TestCaseDummyConditionalPunctualAction_1".
Definition at line 16 of file TestCaseDummyConditionalPunctualAction_1.cpp. |
|
|
Execute the test case. See class comment for details. Reimplemented from TestCaseGenericSetUp. Definition at line 22 of file TestCaseDummyConditionalPunctualAction_1.cpp. |