8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_STACK_HEAP_VECTOR_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_STACK_HEAP_VECTOR_H
35 static bool test(
const double testDuration);
80 template <
size_t tStackSize>
89 template <
size_t tStackSize>
98 template <
size_t tStackSize>
107 template <
size_t tStackSize>
116 template <
size_t tStackSize>
This class implements tests for StackHeapVector.
Definition: TestStackHeapVector.h:27
static bool testPushBack(const double testDuration)
Tests push back function.
static bool testPerformance(const double testDuration)
Tests the performance of the stack heap vector.
static bool testResize(const double testDuration)
Tests resize function.
static bool testPerformance(const double testDuration)
Tests the performance of the stack heap vector.
static bool testConstructor(double testDuration)
Tests the constructor.
static bool testResize(const double testDuration)
Tests resize function.
static bool testAssign(const double testDuration)
Tests the assign function.
static bool testAssign(const double testDuration)
Tests the assign function.
static bool testConstructor(const double testDuration)
Tests the constructor.
static bool test(const double testDuration)
Invokes all tests.
static bool testPushBack(const double testDuration)
Tests push back function.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15