MCPcopy Create free account
hub / github.com/baidu/babylon / TEST_F

Function TEST_F

test/reusable/test_manager.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15};
16
17TEST_F(ReusableManagerTest, underlying_resouce_configurable) {
18 manager.resource().set_page_allocator(SystemPageAllocator::instance());
19}
20
21TEST_F(ReusableManagerTest, instance_create_on_resource) {
22 auto s = manager.create_object<SwissString>(long_string);

Callers

nothing calls this directly

Calls 9

resourceMethod · 0.80
set_recreate_intervalMethod · 0.80
set_page_allocatorMethod · 0.45
containsMethod · 0.45
allocateMethod · 0.45
clearMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45
capacityMethod · 0.45

Tested by

no test coverage detected