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

DC_FileTelemetryStream.
In this test the telemetry data are written to the file TelemetryStream.txt which should be created in the directory from which the program is run. The success or otherwise of the test should be verified by inspecting this file. An instance of this class is created and the following specific tests are performed:
DC_DummyTelemetryPacket) is configured with two bytes with values of 1 and 2. The telemetry packet is written to the telemetry stream The success of this operation should be checked by inspecting the telemetry output file.
Definition at line 43 of file TestCaseFileTelemetryStream_1.h.
Public Member Functions | |
| TestCaseFileTelemetryStream_1 (void) | |
| Set the identifier and the name of the test case to, respectively, ID_FILETELEMETRYSTREAM*10+1 and "TestCaseFileTelemetryStream_1". | |
| virtual void | runTestCase (void) |
| Execute the test case. | |
|
|
Execute the test case. See class comment for details. Reimplemented from TestCaseGenericSetUp. Definition at line 24 of file TestCaseFileTelemetryStream_1.cpp. |