8 #ifndef META_OCEAN_TEST_TESTNETWORK_TEST_DATA_H
9 #define META_OCEAN_TEST_TESTNETWORK_TEST_DATA_H
37 static bool test(
const double testDuration);
This class implements a generator for random numbers.
Definition: RandomGenerator.h:42
This class implements test for Data.
Definition: testnetwork/TestData.h:29
static bool testEndian(const double testDuration)
Tests the endian conversion.
static bool testToBigEndian(RandomGenerator &randomGenerator)
Tests the toBigEndian() function for a specified data type.
static bool test(const double testDuration)
Tests all Data functions.
static bool testFromBigEndian(RandomGenerator &randomGenerator)
Tests the fromBigEndian() function for a specified data type.
static T flipByteOrder(const T &value)
Flips the byte order of a value.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15