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

Method SetUp

test/logging/test_log_entry.cpp:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8struct LogEntryTest : public ::testing::Test {
9 virtual void SetUp() override {
10 new_delete_page_allocator.set_page_size(128);
11 page_allocator.set_upstream(new_delete_page_allocator);
12 buffer.set_page_allocator(page_allocator);
13 }
14
15 virtual void TearDown() override {}
16

Callers

nothing calls this directly

Calls 3

set_page_sizeMethod · 0.45
set_upstreamMethod · 0.45
set_page_allocatorMethod · 0.45

Tested by

no test coverage detected