Sequoia
Loading...
Searching...
No Matches
Functions
FileSystemUtilities.cpp File Reference

Definitions for FileSystemUtilities.hpp. More...

#include "sequoia/FileSystem/FileSystem.hpp"
#include "sequoia/TestFramework/FileSystemUtilities.hpp"
#include "sequoia/TestFramework/Output.hpp"
#include "sequoia/TextProcessing/Substitutions.hpp"
#include <numeric>

Functions

void sequoia::testing::throw_unless_exists (const fs::path &p, std::string_view message)
 
void sequoia::testing::throw_unless_directory (const fs::path &p, std::string_view message)
 
void sequoia::testing::throw_unless_regular_file (const fs::path &p, std::string_view message)
 
fs::path sequoia::testing::find_in_tree (const fs::path &root, const fs::path &toFind)
 
fs::path sequoia::testing::rebase_from (const fs::path &p, const fs::path &dir)
 

Detailed Description

Definitions for FileSystemUtilities.hpp.