29#define CREATE_TMP_DIR_BASED_ON_TEST_NAME() \
30 generateAndCreateDirName(boost::unit_test::framework::current_test_case().p_name);
32std::filesystem::path generateAndCreateDirName(
const std::string&);
34std::filesystem::path createFolder(
const std::string& path,
const std::string& folder_name);
35void createFile(
const std::string& folder_path,
const std::string& file_name);
36void removeFolder(std::string& path, std::string& folder_name);