File indexing completed on 2024-05-19 05:11:41

0001 /*
0002     SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com>
0003 
0004     SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #pragma once
0008 
0009 #include <QObject>
0010 
0011 /**
0012  */
0013 class LocalFoldersRequestJobTest : public QObject
0014 {
0015     Q_OBJECT
0016 
0017 private Q_SLOTS:
0018     void initTestCase();
0019     void testRequestWithNoDefaultResourceExisting();
0020     void testRequestWithDefaultResourceAlreadyExisting();
0021     void testMixedRequest();
0022 };