14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
27 void test_camel_case();
29 void test_camel_to_words();
31 void test_snake_case();
33 void test_capitalize();
35 void test_uncapitalize();
39 void test_replace_all();
41 void test_replace_all_recursive();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: SubstitutionsFreeTest.hpp:17