27 * The Ocean Test Library provides several function to test the performance and validation of the entire ocean functionalities.
28 * The library is platform independent.
29 * @}
30 */
31
32/**
33 * @namespace Ocean::Test Namespace of the Test library.<p>
34 * The Namespace Ocean::Test is used in the entire Ocean Test Library.
35 */
36
37// The default test duration for gtest in seconds we select 0.5 seconds to keep a test as short as possible (while still receiving a meaningful result)
38#define GTEST_TEST_DURATION 0.5
39
40// The default image size for gtest in pixels. For mobile (Android and iOS), we use smaller values because Android instrumentation tests tend to time-out if the images are "too large".