14namespace sequoia::testing
19 using free_false_negative_test::free_false_negative_test;
22 std::filesystem::path source_file()
const;
27 void test_unique_ptr();
28 void test_shared_ptr();
35 using free_false_positive_test::free_false_positive_test;
38 std::filesystem::path source_file()
const;
43 void test_unique_ptr();
44 void test_shared_ptr();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: SmartPointerFreeDiagnostics.hpp:17
Definition: SmartPointerFreeDiagnostics.hpp:33