8#ifndef META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_OUTPUT_DATA_SERIALIZER_H
9#define META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_OUTPUT_DATA_SERIALIZER_H
28namespace TestSerialization
This class implements a test for the OutputDataSerializer class.
Definition TestOutputDataSerializer.h:36
static bool test(const double testDuration, const TestSelector &selector)
Tests all functions of the OutputDataSerializer class.
static bool testAddSample(const double testDuration)
Tests adding samples to the serializer.
static bool testFileOutput(const double testDuration)
Tests writing to a file.
static bool testAddChannel(const double testDuration)
Tests adding channels to the serializer.
static bool testStartStop(const double testDuration)
Tests the start/stop functionality.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15