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

DC_NullProfile.
One instance of this class is created and the following specific tests are performed:
deviatesFromProfile() method (both the TD_Float and the TD_Integer implementation) is invoked with 100 different values and it is verified that it alwayas returns false. reset is performed. This is a dummy check that required to have full statement coverage of the super class.
Definition at line 31 of file TestCaseNullProfile_1.h.
Public Member Functions | |
| TestCaseNullProfile_1 (void) | |
| Set the identifier and the name of the test case to, respectively, ID_NULLPROFILE*10+1 and "TestCaseNullProfile_1". | |
| virtual void | runTestCase (void) |
| Execute the test case. | |
|
|
Execute the test case. See class comment for details. Reimplemented from TestCaseGenericSetUp. Definition at line 20 of file TestCaseNullProfile_1.cpp. |