MCPcopy Create free account
hub / github.com/deskflow/deskflow / initTestCase

Method initTestCase

src/unittests/common/SettingsTests.cpp:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <QSignalSpy>
11
12void SettingsTests::initTestCase()
13{
14 QFile oldSettings(m_settingsFile);
15 if (oldSettings.exists())
16 oldSettings.remove();
17}
18
19void SettingsTests::setSettingsFile()
20{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected