8 #ifndef META_OCEAN_TEST_TESTIO_TESTIO_H
9 #define META_OCEAN_TEST_TESTIO_TESTIO_H
39 #if defined(_WINDOWS) && defined(OCEAN_RUNTIME_SHARED)
40 #ifdef USE_OCEAN_TEST_IO_EXPORT
41 #define OCEAN_TEST_IO_EXPORT __declspec(dllexport)
43 #define OCEAN_TEST_IO_EXPORT __declspec(dllimport)
46 #define OCEAN_TEST_IO_EXPORT
56 OCEAN_TEST_IO_EXPORT
bool testIO(
const double testDuration,
const std::string& testFunctions = std::string());
66 OCEAN_TEST_IO_EXPORT
void testIOAsynchron(
const double testDuration,
const std::string& testFunctions = std::string());
OCEAN_TEST_IO_EXPORT bool testIO(const double testDuration, const std::string &testFunctions=std::string())
Tests the entire io library.
OCEAN_TEST_IO_EXPORT void testIOAsynchron(const double testDuration, const std::string &testFunctions=std::string())
Tests the entire io library.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15