8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_DATA_TYPE_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_DATA_TYPE_H
35 static bool test(
const double testDuration);
This class implements a basic data type test.
Definition: TestDataType.h:27
static bool testAbsoluteDifferenceValueTyper()
Tests the absolute difference value typer class.
static bool testArbitraryDataType(const double testDuration)
Tests the arbitrary data types.
static bool testFloat16(const double testDuration)
Tests the Float16 data type.
static bool testIntegerShift()
Tests the shift operator for integer values.
static bool test(const double testDuration)
Invokes the data type test.
static bool testChar()
Tests the signed and unsigned char data type.
static bool testUnsignedTyper()
Tests the unsigned typer class.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15