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

Method cleanup

plugins/quickopen/tests/quickopentestbase.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void QuickOpenTestBase::cleanup()
45{
46 projectController->closeAllProjects();
47 core->documentController()->closeAllDocuments();
48}
49
50TestProject* getProjectWithFiles(int files, const Path& path)
51{

Callers 1

cleanupTestCaseMethod · 0.45

Calls 3

closeAllProjectsMethod · 0.80
closeAllDocumentsMethod · 0.80
documentControllerMethod · 0.80

Tested by

no test coverage detected