8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_SUBSET_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_SUBSET_H
35 static bool test(
const double testDuration);
66 template <
typename TIndex>
75 template <
typename TIndex>
This class implements tests for the Subset class.
Definition: TestSubset.h:27
static bool testInvertedSubset(const double testDuration)
Tests the inverted subset function.
static bool test(const double testDuration)
Tests all subset functions.
static bool hasIntersectingElement(const double testDuration)
Tests the hasIntersectingElement() function.
static bool testSubset(const double testDuration)
Tests the subset function for indices.
static bool testInvertedSubset(const double testDuration)
Tests the inverted subset function.
static bool testSubset(const double testDuration)
Tests the normal subset function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15