| 4 | |
| 5 | struct 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 |
nothing calls this directly
no test coverage detected