14namespace sequoia::testing
19 using regular_false_positive_test::regular_false_positive_test;
22 std::filesystem::path source_file()
const;
27 void test_orderable();
28 void test_equality_comparable();
34 using regular_false_negative_test::regular_false_negative_test;
37 std::filesystem::path source_file()
const;
42 void test_orderable();
43 void test_equality_comparable();
44 void test_broken_constructor();
Utilities for checking regular semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: RegularStateTransitionDiagnostics.hpp:32
Definition: RegularStateTransitionDiagnostics.hpp:17