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

Method SetUp

test/logging/test_logger.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4
5struct LoggerTest : public ::testing::Test {
6 virtual void SetUp() override {
7 ::babylon::LoggerManager::instance().~LoggerManager();
8 new (&::babylon::LoggerManager::instance())::babylon::LoggerManager;
9 }
10
11 virtual void TearDown() override {}
12

Callers

nothing calls this directly

Calls 1

~LoggerManagerMethod · 0.80

Tested by

no test coverage detected