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

Method cleanupTestCase

kdevplatform/serialization/tests/itemrepositorytestbase.cpp:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void ItemRepositoryTestBase::cleanupTestCase()
27{
28 if (!m_repositoryDir.isValid()) {
29 return; // the repository has not been initialized => skip the cleanup
30 }
31 ItemRepositoryRegistry::deleteRepositoryFromDisk(m_repositoryDir.path());
32 globalItemRepositoryRegistry().shutdown();
33}
34
35#include "moc_itemrepositorytestbase.cpp"

Callers

nothing calls this directly

Calls 3

isValidMethod · 0.45
pathMethod · 0.45
shutdownMethod · 0.45

Tested by

no test coverage detected