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

Function TEST

test/logging/test_statically_initialize.cpp:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 manager.apply();
22}
23BABYLON_NAMESPACE_END
24
25TEST(DefaultLoggerManagerInitializer, custom_logger_manager_statically) {
26 BABYLON_LOG(INFO) << "this line should appear in provider";
27 ASSERT_NE(::std::string::npos,
28 buffer.str().find("this line should appear in provider"));
29}

Callers

nothing calls this directly

Calls 1

findMethod · 0.80

Tested by

no test coverage detected