Warning, file /network/ruqola/src/widgets/importexportdata/autotests/importaccountjobtest.cpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002    SPDX-FileCopyrightText: 2023-2024 Laurent Montel <montel.org>
0003 
0004    SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 #include "importaccountjobtest.h"
0007 #include "importexportdata/importdata/importaccountjob.h"
0008 #include <QTest>
0009 
0010 QTEST_GUILESS_MAIN(ImportAccountJobTest)
0011 
0012 ImportAccountJobTest::ImportAccountJobTest(QObject *parent)
0013     : QObject{parent}
0014 {
0015 }
0016 
0017 void ImportAccountJobTest::shouldHaveDefaultValues()
0018 {
0019     ImportAccountJob w({});
0020 
0021     // TODO
0022 }
0023 
0024 #include "moc_importaccountjobtest.cpp"