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

Method SetUp

test/logging/test_async_log_stream.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23struct AsyncLogStreamTest : public ::testing::Test {
24 virtual void SetUp() override {
25 file_object.fd = STDERR_FILENO;
26 ASSERT_EQ(0, appender.initialize());
27 }
28
29 StaticFileObject file_object;
30 AsyncFileAppender appender;

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected