8 #ifndef META_OCEAN_TEST_TESTBASE_TEST_TIMESTAMP_H
9 #define META_OCEAN_TEST_TESTBASE_TEST_TIMESTAMP_H
35 static bool test(
const double testDuration);
This class implements a timestamp test.
Definition: TestTimestamp.h:27
static bool testHasTimePassed(const double testDuration)
Tests the hasTimePassed() function.
static bool testMicroseconds(const double testDuration)
Tests the conversion to microseconds.
static bool testNanoseconds(const double testDuration)
Tests the conversion to nanoseconds.
static bool testMilliseconds(const double testDuration)
Tests the conversion to milliseconds.
static bool test(const double testDuration)
Tests the accuracy of timestamp.
static bool testResolution(const double testDuration)
Tests the precision/resolution of the timestamp implementation.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15