23 void testConsoleLogCreation();
24 void testConsoleLogMessageHandling();
25 void testLogCompCreation();
26 void testLogCompMessageStorage();
27 void testLogCompMaxMessageCount();
28 void testLogRouterCreation();
29 void testLogRouterMessageRouting();
30 void testTracingConfigCreation();
31 void testTracingConfigLevel();
32 void testStreamLogFiltering();
33 void testMessageSerialization();
35 void cleanupTestCase();
38 std::shared_ptr<CLogTest> m_testPartituraInstanceCompPtr;