| 15 | }; |
| 16 | |
| 17 | TEST_F(ReusableManagerTest, underlying_resouce_configurable) { |
| 18 | manager.resource().set_page_allocator(SystemPageAllocator::instance()); |
| 19 | } |
| 20 | |
| 21 | TEST_F(ReusableManagerTest, instance_create_on_resource) { |
| 22 | auto s = manager.create_object<SwissString>(long_string); |
nothing calls this directly
no test coverage detected