File indexing completed on 2024-05-19 04:39:27

0001 /*
0002     SPDX-FileCopyrightText: 2012-2013 Milian Wolff <mail@milianw.de>
0003 
0004     SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
0005 */
0006 
0007 #ifndef TESTINDEXEDSTRING_H
0008 #define TESTINDEXEDSTRING_H
0009 
0010 #include "itemrepositorytestbase.h"
0011 
0012 class TestIndexedString
0013     : public ItemRepositoryTestBase
0014 {
0015     Q_OBJECT
0016 
0017 private Q_SLOTS:
0018     void testUrl_data();
0019     void testUrl();
0020 
0021     void test();
0022     void test_data();
0023 
0024     void testMoveAssignment();
0025     void testSwap();
0026     void testSwap_data();
0027 
0028     void testCString();
0029 };
0030 
0031 #endif // TESTINDEXEDSTRING_H