8#ifndef META_OCEAN_TEST_TESTBASE_TEST_SEGMENT_UNION_H
9#define META_OCEAN_TEST_TESTBASE_TEST_SEGMENT_UNION_H
This class implement a test for the SegmentUnion class.
Definition TestSegmentUnion.h:28
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, const TestSelector &selector=TestSelector())
Invokes all test for the SegmentUnion class.
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