Home
last modified time | relevance | path

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

/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Core/Testing/Cpp/
H A DctkErrorLogModelFileLoggingTest1.cpp102 QString streamMessage0("This is a Cout message"); in ctkErrorLogModelFileLoggingTest1() local
103 std::cout << qPrintable(streamMessage0) << std::endl; in ctkErrorLogModelFileLoggingTest1()
142 expectedLogEntries << (QStringList() << "INFO" << "Stream" << streamMessage0); in ctkErrorLogModelFileLoggingTest1()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkErrorLogModelTest1.cpp216 QString streamMessage0("This is a Cout message"); in ctkErrorLogModelTest1() local
217 std::cout << qPrintable(streamMessage0) << std::endl; in ctkErrorLogModelTest1()
226 expectedStreamMessages << streamMessage0 << streamMessage1; in ctkErrorLogModelTest1()