14namespace sequoia:: testing
19 using move_only_false_negative_test::move_only_false_negative_test;
22 std::filesystem::path source_file()
const;
27 void test_move_only_semantics();
28 void test_as_unique_semantics();
34 using move_only_false_positive_test::move_only_false_positive_test;
37 std::filesystem::path source_file()
const;
42 void test_move_only_semantics();
43 void test_as_unique_semantics();
Extension for testing classes exhibiting move-only semantics.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: OrderableMoveOnlyTestDiagnostics.hpp:17
Definition: OrderableMoveOnlyTestDiagnostics.hpp:32