8#ifndef META_OCEAN_TEST_TESTBASE_TEST_UTILITIES_H
9#define META_OCEAN_TEST_TESTBASE_TEST_UTILITIES_H
This class implements utilities tests.
Definition testbase/TestUtilities.h:31
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 test(const double testDuration, const TestSelector &selector=TestSelector())
Tests the entire utilities functionality.
static bool testDivisionBy2(const double testDuration)
Tests the division by two function.
static bool testRingDistance(const double testDuration)
Tests the ring distance function.
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