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

DC_DataItem.
Two DC_DataItem objects are created to encapsulate access to, respectively, a TD_Float and TD_Integer variable. The following specific checks are performed:
Definition at line 35 of file TestCaseDataItem_1.h.
Public Member Functions | |
| TestCaseDataItem_1 (void) | |
| Set the identifier and the name of the test case to, respectively, ID_DATAITEM*10+1 and "TestCaseDataItem_1". | |
| virtual void | runTestCase (void) |
| Execute the test case. | |
|
|
Set the identifier and the name of the test case to, respectively, ID_DATAITEM*10+1 and "TestCaseDataItem_1".
Definition at line 24 of file TestCaseDataItem_1.cpp. |
|
|
Execute the test case. See class comment for details. Reimplemented from TestCaseGenericSetUp. Definition at line 29 of file TestCaseDataItem_1.cpp. |