File indexing completed on 2024-04-21 03:59:43

0001 /*
0002     SPDX-FileCopyrightText: 2015 Jan Grulich <jgrulich@redhat.com>
0003 
0004     SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
0005 */
0006 
0007 #ifndef MODEMMANAGERQT_MODEM3GPP_PROPERTIES_TEST_H
0008 #define MODEMMANAGERQT_MODEM3GPP_PROPERTIES_TEST_H
0009 
0010 #include <QObject>
0011 
0012 #include "fakemodem/fakemodem.h"
0013 #include "fakemodem/modem3gpp.h"
0014 
0015 class Modem3gppPropertiesTest : public QObject
0016 {
0017     Q_OBJECT
0018 
0019 private Q_SLOTS:
0020     void initTestCase();
0021     void testModem3gppProperties();
0022 
0023 private:
0024     FakeModem *fakeModem;
0025     Modem *modem;
0026     Modem3gpp *modem3gpp;
0027 };
0028 
0029 #endif // MODEMMANAGERQT_MODEM3GPP_PROPERTIES_TEST_H