14namespace sequoia::testing
19 using free_false_negative_test::free_false_negative_test;
22 std::filesystem::path source_file()
const;
27 template<
class String>
void test_strings();
28 template<
class String>
void test_wstrings();
29 void test_string_equivalences();
30 void test_wstring_equivalences();
36 using free_false_positive_test::free_false_positive_test;
39 std::filesystem::path source_file()
const;
46 void test_string_equivalences();
47 void test_wstring_equivalences();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: StringFreeDiagnostics.hpp:17
Definition: StringFreeDiagnostics.hpp:34