14namespace sequoia::testing
19 using move_only_false_positive_test::move_only_false_positive_test;
22 std::filesystem::path source_file()
const;
26 void test_orderable();
27 void test_equality_comparable();
33 using move_only_false_negative_test::move_only_false_negative_test;
36 std::filesystem::path source_file()
const;
40 void test_orderable();
41 void test_equality_comparable();
Extension for testing classes exhibiting move-only semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: MoveOnlyStateTransitionDiagnostics.hpp:31
Definition: MoveOnlyStateTransitionDiagnostics.hpp:17