8#ifndef META_OCEAN_TEST_TESTBASE_TEST_TIMESTAMP_H
9#define META_OCEAN_TEST_TESTBASE_TEST_TIMESTAMP_H
This class implements a timestamp test.
Definition TestTimestamp.h:28
static bool test(const double testDuration, const TestSelector &selector=TestSelector())
Tests the accuracy of timestamp.
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 testResolution(const double testDuration)
Tests the precision/resolution of the timestamp implementation.
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