8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_UTILITIES_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_UTILITIES_H
35 static bool test(
const double testDuration);
This class implements utilities tests.
Definition: testbase/TestUtilities.h:27
static bool testMirrorValue(const double testDuration)
Tests the index mirror function.
static bool testModulo(const double testDuration)
Tests the modulo function.
static bool testIsPowerOfTwo(const double testDuration)
Tests the power of two function.
static bool testMinmax(const double testDuration)
Tests the min max function.
static bool testDivisionBy2(const double testDuration)
Tests the division by two function.
static bool testRingDistance(const double testDuration)
Tests the ring distance function.
static bool test(const double testDuration)
Tests the entire utilities functionality.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15