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

Method initTestCase

kdevplatform/shell/tests/test_testcontroller.cpp:94–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void TestTestController::initTestCase()
95{
96 AutoTestShell::init();
97 TestCore::initialize( Core::NoUi );
98
99 m_testController = Core::self()->testControllerInternal();
100 m_project = new TestProject(Path(), this);
101
102 qRegisterMetaType<KDevelop::ITestSuite*>("KDevelop::ITestSuite*");
103 qRegisterMetaType<KDevelop::TestResult>("KDevelop::TestResult");
104}
105
106void TestTestController::cleanupTestCase()
107{

Callers

nothing calls this directly

Calls 4

initializeFunction · 0.85
initFunction · 0.50
PathClass · 0.50

Tested by

no test coverage detected