8#ifndef META_OCEAN_TEST_TESTBASE_TEST_DATA_TYPE_H
9#define META_OCEAN_TEST_TESTBASE_TEST_DATA_TYPE_H
This class implements a basic data type test.
Definition TestDataType.h:29
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 testChar()
Tests the signed and unsigned char data type.
static bool testUnsignedTyper()
Tests the unsigned typer class.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Invokes the data type test.
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