8#ifndef META_OCEAN_TEST_TESTIO_TEST_FILE_H
9#define META_OCEAN_TEST_TESTIO_TEST_FILE_H
This class implements tests for the Directory class.
Definition TestFile.h:33
std::pair< std::string, std::string > FilenamePair
Definition of a pair combining a filename with the expected result.
Definition TestFile.h:39
static bool testExtension()
Tests the extension function.
std::vector< FilenamePair > FilenamePairs
Definition of a vector holding pairs of filenames and expected results.
Definition TestFile.h:44
static bool testFileExists(const double testDuration)
Tests the exists function.
static bool testBaseName()
Tests the base name function.
static bool testBase()
Tests the base function.
static bool test(const double testDuration, const TestSelector &selector)
Invokes all tests.
static bool testName()
Tests the name function.
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