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

DC_ProfileList class.
An instance of this class is created and the following tests are performed on it:
getListSize() returns the correct value. getMonitoringProfile() returns the correct values. loadMonitoringProfile() with an illegal index generates an error report. deviatesFromProfile() is verified.
Definition at line 43 of file TestCaseProfileList_1.h.
Public Member Functions | |
| TestCaseProfileList_1 (void) | |
| Set the identifier and the name of the test case to, respectively, ID_PROFILELIST*10+1 and "TestCaseProfileList_1". | |
| virtual void | runTestCase (void) |
| Execute the test case. | |
|
|
Set the identifier and the name of the test case to, respectively, ID_PROFILELIST*10+1 and "TestCaseProfileList_1".
Definition at line 25 of file TestCaseProfileList_1.cpp. |
|
|
Execute the test case. See class comment for details. Reimplemented from TestCaseGenericSetUp. Definition at line 30 of file TestCaseProfileList_1.cpp. |