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

Method initTestCase

kdevplatform/shell/tests/test_shelldocumentoperation.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace KDevelop;
28
29void TestShellDocumentOperation::initTestCase()
30{
31 AutoTestShell::init({{}}); // do not load plugins at all
32 TestCore::initialize();
33}
34
35void TestShellDocumentOperation::cleanupTestCase()
36{

Callers

nothing calls this directly

Calls 2

initializeFunction · 0.85
initFunction · 0.50

Tested by

no test coverage detected