14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
26 void test_type_comparator();
28 void test_space_properties();
30 void test_count_and_combine();
36 void test_space_reduction();
38 void test_units_reduction();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144