Add missing class descriptions

This commit is contained in:
Martchus 2017-08-29 01:35:45 +02:00
parent 568f876b34
commit ab9ab4ba48
2 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,9 @@ using namespace ChronoUtilities;
using namespace CPPUNIT_NS;
/*!
* \brief The TagValueTests class tests the TagValue class.
*/
class TagValueTests : public TestFixture {
CPPUNIT_TEST_SUITE(TagValueTests);
CPPUNIT_TEST(testBasics);

View File

@ -27,6 +27,9 @@ using namespace TestUtilities::Literals;
using namespace CPPUNIT_NS;
/*!
* \brief The TestStatusProvider class helps testing the StatusProvider class.
*/
class TestStatusProvider : public StatusProvider
{
public:
@ -37,6 +40,9 @@ TestStatusProvider::TestStatusProvider()
{
}
/*!
* \brief The UtilitiesTests class tests various utility classes and functions of the tagparser library.
*/
class UtilitiesTests : public TestFixture {
CPPUNIT_TEST_SUITE(UtilitiesTests);
CPPUNIT_TEST(testSize);