/* SPDX-FileCopyrightText: 2022 Méven Car SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ #ifndef KRECENTDOCUMENTTEST_H #define KRECENTDOCUMENTTEST_H #include class KRecentDocumentTest : public QObject { Q_OBJECT private Q_SLOTS: void initTestCase(); void cleanupTestCase(); void cleanup(); void testXbelBookmark(); void testXbelBookmarkMaxEntries(); void testRemoveUrl(); void testRemoveApplication(); void testRemoveBookmarksModifiedSince(); private: QString m_xbelPath; QString m_testFile; }; #endif // KRECENTDOCUMENTTEST_H