Add tests to doxygen group 'tests' and subgroups

refs #594
This commit is contained in:
Roland Winklmeier
2016-02-11 14:06:44 +01:00
parent 866c8d2db6
commit d1eb0bb9c3
43 changed files with 46 additions and 2 deletions

View File

@@ -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.

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "expect.h"

View File

@@ -21,6 +21,7 @@
/*!
* \file
* \ingroup testblackcore
*/
namespace BlackCoreTest

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "testblackcoremain.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "testblackcoremain.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "blackmisc/valueobject.h" // for qHash overload, include before Qt stuff due GCC issue

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "blackmisc/aviation/aircraftsituation.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "testnetwork.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "blackcore/networkvatlib.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "testreaders.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackcore
*/
#include "blackcore/networkvatlib.h"

View File

@@ -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.

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackgui
*/
#include "testblackguimain.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackgui
*/
#include "testblackguimain.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackgui
*/
#ifndef BLACKCORETEST_TESTMAIN_H

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackgui
*/
#include "testutils.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackgui
*/
#ifndef BLACKCORETEST_TESTUTILS_H

View File

@@ -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.

View File

@@ -11,7 +11,7 @@
/*!
* \file
* \internal
* \ingroup testblackmisc
*/
#include "testblackmiscmain.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testaviation.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testphysicalquantities.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testcontainers.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testgeo.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testidentifier.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "blackmisc/identifiable.h"

View File

@@ -10,6 +10,7 @@
//! \cond PRIVATE_TESTS
/*!
* \file
* \ingroup testblackmisc
*/

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testmath.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testphysicalquantities.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testvaluecache.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "blackmisc/valuecache.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testvalueobject.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "blackmisc/propertyindex.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testvariantandmap.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "blackmisc/pq/constants.h"

View File

@@ -11,6 +11,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include "testweather.h"

View File

@@ -14,6 +14,7 @@
/*!
* \file
* \ingroup testblackmisc
*/
#include <QtTest/QtTest>