8 #ifndef META_OCEAN_TEST_TESTMATH_TEST_BOX_2_H
9 #define META_OCEAN_TEST_TESTMATH_TEST_BOX_2_H
35 static bool test(
const double testDuration);
This class implements a test for the Box2 class.
Definition: TestBox2.h:27
static bool testIntersects(const double testDuration)
Tests the intersects function.
static bool testSignedBox2integer(const double testDuration)
Tests the signed box2integer function.
static bool testMultiplicationOperators(const double testDuration)
Tests the multiplication operators.
static bool testUnsignedBox2integer(const double testDuration)
Tests the unsigned box2integer function.
static bool testConsturctors(const double testDuration)
Tests the constructors.
static bool test(const double testDuration)
Tests the entire box functionalities.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15