1/*
2 * SPDX-FileCopyrightText: 2014-2015 David Rosca <nowrep@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
5 */
6
7#ifndef OBEXMANAGERTEST_H
8#define OBEXMANAGERTEST_H
9
10#include <QObject>
11
12class ObexManagerTest : public QObject
13{
14 Q_OBJECT
15
16private Q_SLOTS:
17 void initTestCase();
18 void cleanup();
19
20 void obexNotRunningTest();
21 void obexNotExportingInterfacesTest();
22 void obexEmptyManagedObjectsTest();
23 void obexNoClientTest();
24 void obexNoAgentManagerTest();
25 void obexServiceOkTest();
26};
27
28#endif // OBEXMANAGERTEST_H
29

source code of bluez-qt/autotests/obexmanagertest.h