14namespace sequoia::testing
19 using free_false_negative_test::free_false_negative_test;
22 std::filesystem::path source_file()
const;
27 void built_in_type_tests();
28 void test_equality_checks();
29 void test_simple_equality_checks();
30 void test_equivalence_checks();
31 void test_weak_equivalence_checks();
32 void test_with_best_available_checks();
38 using free_false_positive_test::free_false_positive_test;
41 std::filesystem::path source_file()
const;
46 void built_in_type_tests();
47 void test_equality_checks();
48 void test_simple_equality_checks();
49 void test_equivalence_checks();
50 void test_weak_equivalence_checks();
51 void test_with_best_available_checks();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: ElementaryFreeDiagnostics.hpp:17
Definition: ElementaryFreeDiagnostics.hpp:36