8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_RING_MAP_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_RING_MAP_H
44 static bool test(
const double testDuration);
This class implements a data storage map that stores the data elements in a ring manner.
Definition: RingMap.h:32
This class implement a test for the ring map class.
Definition: TestRingMap.h:29
static bool testInsert(const double testDuration)
Tests the insert function.
static bool test(const double testDuration)
Tests the ring map class.
static bool testCheckout(const double testDuration)
Tests the check out function.
static bool testChangeCapacity(const double testDuration)
Tests the change capacity function.
static bool testRefresh(const double testDuration)
Tests the refresh function.
RingMapT< unsigned int, std::string, false > StringMap
Definition of a ring map holding strings.
Definition: TestRingMap.h:35
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15