summaryrefslogtreecommitdiffstats
path: root/tests/genericfacadetest.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-24 12:23:51 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-24 12:23:51 +0200
commit9cdb03ed685901b477db46be98b6e272c299b821 (patch)
treee3a3be6d5d4705b052d1b93c866e2b9cc7d44ced /tests/genericfacadetest.cpp
parent31e19575f79e42a9bbf20398539ac9a1de4dac86 (diff)
downloadsink-9cdb03ed685901b477db46be98b6e272c299b821.tar.gz
sink-9cdb03ed685901b477db46be98b6e272c299b821.zip
Documentation on what tests are supposed to test.
Diffstat (limited to 'tests/genericfacadetest.cpp')
-rw-r--r--tests/genericfacadetest.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/genericfacadetest.cpp b/tests/genericfacadetest.cpp
index 183a62a..67320c3 100644
--- a/tests/genericfacadetest.cpp
+++ b/tests/genericfacadetest.cpp
@@ -13,6 +13,11 @@
13#include "event_generated.h" 13#include "event_generated.h"
14 14
15 15
16/**
17 * Test for the generic facade implementation.
18 *
19 * This test doesn't use the actual storage and thus only tests the update logic of the facade.
20 */
16class GenericFacadeTest : public QObject 21class GenericFacadeTest : public QObject
17{ 22{
18 Q_OBJECT 23 Q_OBJECT