MCPcopy Create free account
hub / github.com/Tencent/phxqueue / Process

Method Process

phxqueue/test/test_configfactory.cpp:25–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24
25void 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

Callers

nothing calls this directly

Calls 4

NewGlobalConfigMethod · 0.45
NewTopicConfigMethod · 0.45
NewConsumerConfigMethod · 0.45
NewStoreConfigMethod · 0.45

Tested by

no test coverage detected