Home
last modified time | relevance | path

Searched refs:streamMessage1 (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkErrorLogModelFileLoggingTest1.cpp105 QString streamMessage1("This is a Cerr message"); in ctkErrorLogModelFileLoggingTest1() local
106 std::cerr << qPrintable(streamMessage1) << std::endl; in ctkErrorLogModelFileLoggingTest1()
143 expectedLogEntries << (QStringList() << "CRITICAL" << "Stream" << streamMessage1); in ctkErrorLogModelFileLoggingTest1()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkErrorLogModelTest1.cpp219 QString streamMessage1("This is a Cerr message"); in ctkErrorLogModelTest1() local
220 std::cerr << qPrintable(streamMessage1) << std::endl; in ctkErrorLogModelTest1()
226 expectedStreamMessages << streamMessage0 << streamMessage1; in ctkErrorLogModelTest1()