MCPcopy Create free account
hub / github.com/KDE/kdevelop / init

Method init

kdevplatform/shell/tests/test_workingsets.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void TestWorkingSetController::init()
58{
59 m_file.setFileTemplate(m_tempDir.path() + "/tmp_XXXXXX.txt");
60 if(!m_file.open()) {
61 QFAIL("Cannot create temp file");
62 }
63}
64
65void TestWorkingSetController::cleanupTestCase()
66{

Callers

nothing calls this directly

Calls 2

pathMethod · 0.45
openMethod · 0.45

Tested by

no test coverage detected