mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-08-06 01:06:31 +08:00
@@ -14,7 +14,8 @@
|
||||
|
||||
/*!
|
||||
* \namespace BlackCoreTest
|
||||
* \internal
|
||||
* \defgroup testblackcore BlackCore Unit Tests
|
||||
* \ingroup tests
|
||||
* Unit tests for BlackCore. Unit tests do have their own namespace, so
|
||||
* the regular namespace BlackCore is completely free of unit tests.
|
||||
* Add any new tests to TestMain::unitMain as shown there.
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "expect.h"
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
namespace BlackCoreTest
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "testblackcoremain.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "testblackcoremain.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "blackmisc/valueobject.h" // for qHash overload, include before Qt stuff due GCC issue
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "blackmisc/aviation/aircraftsituation.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "testnetwork.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "blackcore/networkvatlib.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "testreaders.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackcore
|
||||
*/
|
||||
|
||||
#include "blackcore/networkvatlib.h"
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
/*!
|
||||
* \namespace BlackGuiTest
|
||||
* \defgroup testblackgui BlackGui Unit Tests
|
||||
* \ingroup tests
|
||||
* Unit tests for BlackGui. Unit tests do have their own namespace, so
|
||||
* the regular namespace BlackGui is completely free of unit tests.
|
||||
* Add any new tests to TestMain::unitMain as shown there.
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackgui
|
||||
*/
|
||||
|
||||
#include "testblackguimain.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackgui
|
||||
*/
|
||||
|
||||
#include "testblackguimain.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackgui
|
||||
*/
|
||||
|
||||
#ifndef BLACKCORETEST_TESTMAIN_H
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackgui
|
||||
*/
|
||||
|
||||
#include "testutils.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackgui
|
||||
*/
|
||||
|
||||
#ifndef BLACKCORETEST_TESTUTILS_H
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
/*!
|
||||
* \namespace BlackMiscTest
|
||||
* \defgroup testblackmisc BlackMisc Unit Tests
|
||||
* \ingroup tests
|
||||
* \internal
|
||||
* Unit tests for BlackMisc. Unit tests do have their own namespace, so
|
||||
* the regular namespace BlackMisc is completely free of unit tests.
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \internal
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testblackmiscmain.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testaviation.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testphysicalquantities.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testcontainers.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testgeo.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testidentifier.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "blackmisc/identifiable.h"
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
//! \cond PRIVATE_TESTS
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testmath.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testphysicalquantities.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testvaluecache.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "blackmisc/valuecache.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testvalueobject.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "blackmisc/propertyindex.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testvariantandmap.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "blackmisc/pq/constants.h"
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include "testweather.h"
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
|
||||
/*!
|
||||
* \file
|
||||
* \ingroup testblackmisc
|
||||
*/
|
||||
|
||||
#include <QtTest/QtTest>
|
||||
|
||||
Reference in New Issue
Block a user