MCPcopy Create free account
hub / github.com/KDE/labplot / initTestCase

Method initTestCase

tests/CommonTest.cpp:20–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18#endif
19
20void CommonTest::initTestCase() {
21 // always enable debugging
22 enableDebugTrace(true);
23 KLocalizedString::setApplicationDomain("labplot");
24
25#ifdef _WIN32
26// if (AttachConsole(ATTACH_PARENT_PROCESS)) {
27// freopen("CONOUT$", "w", stdout);
28// freopen("CONOUT$", "w", stderr);
29// }
30#endif
31}
32
33void CommonTest::listStack(QUndoStack* stack) {
34 qDebug() << "--------------------------";

Callers

nothing calls this directly

Calls 1

enableDebugTraceFunction · 0.85

Tested by

no test coverage detected