| 52 | } |
| 53 | |
| 54 | void TestDocumentController::cleanup() |
| 55 | { |
| 56 | // ensure there are not opened documents for next test |
| 57 | Core::self()->documentControllerInternal()->cleanup(); |
| 58 | } |
| 59 | |
| 60 | void TestDocumentController::cleanupTestCase() |
| 61 | { |
nothing calls this directly
no test coverage detected