14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
26 void test_emphasise();
28 void test_display_character();
30 void test_tidy_name();
32 void test_relative_reporting_path();
34 void test_absolute_reporting_path();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: OutputFreeTest.hpp:17