8#ifndef META_OCEAN_TEST_TESTBASE_TEST_SUBSET_H
9#define META_OCEAN_TEST_TESTBASE_TEST_SUBSET_H
68 template <
typename TIndex>
77 template <
typename TIndex>
This class implements tests for the Subset class.
Definition TestSubset.h:28
static bool testInvertedSubset(const double testDuration)
Tests the inverted subset function.
static bool hasIntersectingElement(const double testDuration)
Tests the hasIntersectingElement() function.
static bool testSubset(const double testDuration)
Tests the subset function for indices.
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests all subset functions.
static bool testInvertedSubset(const double testDuration)
Tests the inverted subset function.
static bool testSubset(const double testDuration)
Tests the normal subset 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