Unit tests formatting

This commit is contained in:
Klaus Basan
2017-03-01 03:35:55 +01:00
committed by Mathew Sutcliffe
parent 6d39be2657
commit 88106d6d8a
5 changed files with 10 additions and 37 deletions

View File

@@ -11,11 +11,8 @@
#define BLACKMISCTEST_TESTVARIANTANDMAP_H
//! \cond PRIVATE_TESTS
/*!
* \file
* \ingroup testblackmisc
*/
//! \file
//! \ingroup testblackmisc
#include <QObject>
@@ -33,10 +30,10 @@ namespace BlackMiscTest
private slots:
//! Basic unit tests for value objects and variants
void variant();
//! Unit tests for value maps and value objects
void valueMap();
};
} // namespace
//! \endcond