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

Method SetUp

test/logging/test_interface.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36struct LogInterfaceTest : public ::testing::Test {
37 virtual void SetUp() override {
38 LogInterface::set_min_severity(LogInterface::SEVERITY_INFO);
39 LogInterface::set_provider(nullptr);
40 }
41};
42
43TEST_F(LogInterfaceTest, ignore_log_less_than_min_severity) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected