14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
27 void test_type_handling();
29 void test_template_data_generation();
31 void test_creation(std::string_view projectName, std::optional<std::string> sourceFolder);
33 void test_creation_failure();
36 std::string zeroth_arg(std::string_view projectName)
const;
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: TestRunnerTestCreation.hpp:17