14namespace sequoia::testing
19 using free_test::free_test;
22 std::filesystem::path source_file()
const;
27 void test_resolve_to_copy();
29 void test_is_const_pointer();
31 void test_is_const_reference();
35 void test_is_initializable();
37 void test_has_allocator_type();
39 void test_is_compatible();
Core functionality for the testing framework.
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: TypeTraitsTest.hpp:17