| 23 | |
| 24 | |
| 25 | void TestConfigFactory::Process() { |
| 26 | assert(plugin::ConfigFactory::GetInstance()->NewGlobalConfig()); |
| 27 | assert(plugin::ConfigFactory::GetInstance()->NewTopicConfig(1000, "")); |
| 28 | assert(plugin::ConfigFactory::GetInstance()->NewConsumerConfig(1000, "")); |
| 29 | assert(plugin::ConfigFactory::GetInstance()->NewStoreConfig(1000, "")); |
| 30 | } |
| 31 | |
| 32 | |
| 33 | } // namespace test |
nothing calls this directly
no test coverage detected