qtmeetings sources to Maemo garage
[qtmeetings] / tests / BusinessLogic / Utils / Clock / TestClock.h
diff --git a/tests/BusinessLogic/Utils/Clock/TestClock.h b/tests/BusinessLogic/Utils/Clock/TestClock.h
new file mode 100644 (file)
index 0000000..6fdd8fd
--- /dev/null
@@ -0,0 +1,18 @@
+#include "Clock.h"
+
+class TestClock: public QObject
+{
+       Q_OBJECT
+
+private slots:
+       void initTestCase();
+       void testDatetime();
+       void testDate();
+       void testTime();
+       void testSynchronizeDatetime();
+       void cleanupTestCase();
+
+private:
+       Clock *iClock;
+
+};