14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
26 void test_flat_suite();
27 void test_nested_suite();
28 void test_name_filter();
30 void test_flat_to_tree();
31 void test_nested_to_tree();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: SuiteFreeTest.hpp:17