21namespace sequoia::testing
23 void add_include(
const std::filesystem::path& file, std::string_view includePath);
25 void add_to_cmake(
const std::filesystem::path& cmakeLists,
26 const std::filesystem::path& hostDir,
27 const std::filesystem::path& file,
28 std::string_view patternOpen,
29 std::string_view patternClose,
30 std::string_view cmakeEntryPrexfix);
32 void add_to_suite(
const std::filesystem::path& file, std::string_view suiteName, indentation indent,
const std::vector<std::string>& tests);
37 std::optional<std::string> working, prediction;
41 reduced_file_contents get_reduced_file_content(
const std::filesystem::path& file,
const std::filesystem::path& prediction);
Concepts which are sufficiently general to appear in the sequoia namespace.
A collection of functions for formatting test output.
Definition: FileEditors.hpp:36