8#ifndef META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_DATA_TIMESTAMP_H
9#define META_OCEAN_TEST_TESTIO_TESTSERIALIZATION_TEST_DATA_TIMESTAMP_H
28namespace TestSerialization
This class implements a test for the DataTimestamp class.
Definition TestDataTimestamp.h:36
static bool testValueRetrieval(const double testDuration)
Tests the DataTimestamp value retrieval methods.
static bool testConstructorInt64(const double testDuration)
Tests the DataTimestamp construction with int64 values.
static bool testConstructorDouble(const double testDuration)
Tests the DataTimestamp construction with double values.
static bool test(const double testDuration, const TestSelector &selector)
Tests all functions of the DataTimestamp class.
static bool testSerialization(const double testDuration)
Tests the DataTimestamp serialization and deserialization.
static bool testEquality(const double testDuration)
Tests the DataTimestamp equality comparison.
static bool testTypeChecking(const double testDuration)
Tests the DataTimestamp type checking methods.
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