15 #ifndef BORNAGAIN_MVVM_TESTS_LIBTESTMACHINERY_FOLDERBASEDTEST_H
16 #define BORNAGAIN_MVVM_TESTS_LIBTESTMACHINERY_FOLDERBASEDTEST_H
18 #include <gtest/gtest.h>
Convenience class which creates a directory on disk for test content.
std::string createEmptyDir(const std::string &subdir) const
Creates an empty directory in main test folder.
std::string testDir() const
FolderBasedTest(const std::string &test_dir)
std::string testPath() const
Return full path to the test folder. Located in CMAKE_BINARY_DIR/test_output/<m_test_dir>.