8#ifndef META_OCEAN_TEST_TESTMATH_TEST_RATE_CALCULATOR_H
9#define META_OCEAN_TEST_TESTMATH_TEST_RATE_CALCULATOR_H
60 static bool testRate(
const double testDuration);
This class implements tests for the RateCalculator class.
Definition TestRateCalculator.h:31
static bool testRate(const double testDuration)
Tests the rate functionality.
std::pair< Timestamp, double > TimestampPair
Definition of a pair combining a timestamp with a quantity.
Definition TestRateCalculator.h:37
static bool test(const double testDuration, Worker &worker, const TestSelector &selector)
Starts all tests for the class.
std::vector< TimestampPair > TimestampPairs
Definition of a vector holding timestamp pair objects.
Definition TestRateCalculator.h:42
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
This class implements a worker able to distribute function calls over different threads.
Definition Worker.h:33
The namespace covering the entire Ocean framework.
Definition Accessor.h:15