8#ifndef META_OCEAN_TEST_TESTBASE_TEST_RING_MAP_H
9#define META_OCEAN_TEST_TESTBASE_TEST_RING_MAP_H
This class implements a data storage map that stores the data elements in a ring manner.
Definition RingMap.h:33
This class implement a test for the ring map class.
Definition TestRingMap.h:30
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests the ring map class.
static bool testInsert(const double testDuration)
Tests the insert function.
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.
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