8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_SEGMENT_UNION_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_SEGMENT_UNION_H
35 static bool test(
const double testDuration);
This class implement a test for the SegmentUnion class.
Definition: TestSegmentUnion.h:27
static bool testBoolCastOperator()
Tests the bool cast operator.
static bool testUnionSize(const double testDuration)
Tests the function determining the size of the union.
static bool testIntersection(const double testDuration)
Tests the function determining the intersection of the union with a segment.
static bool testMaximalGap(const double testDuration)
Tests the function determining the maximal gap between segments.
static bool test(const double testDuration)
Invokes all test for the SegmentUnion class.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15