File indexing completed on 2024-04-21 14:59:44

0001 /*
0002     SPDX-FileCopyrightText: 2015 Montel Laurent <montel@kde.org>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #ifndef KURIFILTERSEARCHPROVIDERACTIONSTEST_H
0008 #define KURIFILTERSEARCHPROVIDERACTIONSTEST_H
0009 
0010 #include <QObject>
0011 
0012 class KUriFilterSearchProviderActionsTest : public QObject
0013 {
0014     Q_OBJECT
0015 private Q_SLOTS:
0016     void initTestCase();
0017     void shouldHaveDefaultValue();
0018     void shouldAssignSelectedText();
0019     void shouldAddActionToMenu();
0020 };
0021 
0022 #endif // KURIFILTERSEARCHPROVIDERACTIONSTEST_H