8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_HASH_SET_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_HASH_SET_H
35 static bool test(
const double testDuration);
This class implements a hash set test.
Definition: TestHashSet.h:27
static bool testMultipleIntegers(const double testDuration)
Tests the hash set for multiple values.
static bool validationMultipleIntegers(const unsigned int number, const unsigned int occupancy, const double testDuration)
Validates the hash set for a given number of elements with a given ratio of occupancy.
static bool testPerformanceMultipleIntegers(const unsigned int number, const unsigned int occupancy, const double testDuration)
Tests the hash set for a given number of elements with a given ratio of occupancy.
static bool test(const double testDuration)
Tests the hash set functions.
static bool testSingleIntegers(const double testDuration)
Tests the hash set for single values.
static bool testPerformanceSingleIntegers(const unsigned int number, const unsigned int occupancy, const double testDuration)
Tests the hash set for a given number of elements with a given ratio of occupancy.
static bool validationStaticCapacitySingleIntegers(const unsigned int number, const unsigned int occupancy, const double testDuration)
Validates the hash set with static capacity for a given number of elements with a given ratio of occu...
static bool validationDynamicCapacitySingleIntegers(const unsigned int number, const unsigned int capacity, const double testDuration)
Validates the hash set with dynamic capacity for a given number of elements with a given ratio of occ...
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15