8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_STATIC_VECTOR_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_STATIC_VECTOR_H
37 static bool test(
const double testDuration);
83 template <
typename T,
size_t tCapacity>
93 template <
typename T,
size_t tCapacity>
103 template <
typename T,
size_t tCapacity>
113 template <
typename T,
size_t tCapacity>
123 template <
typename T,
size_t tCapacity>
This class implements a generator for random numbers.
Definition: RandomGenerator.h:42
This class implements tests for StaticVector.
Definition: TestStaticVector.h:29
static bool testComparison(const double testDuration)
Tests the comparison functions.
static bool test(const double testDuration)
Invokes all tests.
static bool testAccess(RandomGenerator &randomGenerator)
Tests the access functions.
static bool testAccess(const double testDuration)
Tests the access functions.
static bool testConstructor(const double testDuration)
Tests the constructor functions.
static bool testComparison(RandomGenerator &randomGenerator)
Tests the comparison functions.
static bool testClear(RandomGenerator &randomGenerator)
Tests the clear function.
static bool testClear(const double testDuration)
Tests the clear function.
static bool testResize(RandomGenerator &randomGenerator)
Tests the resize functions.
static bool testResize(const double testDuration)
Tests the resize functions.
static bool testConstructor(RandomGenerator &randomGenerator)
Tests the constructor functions.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15