]> ToastFreeware Gitweb - toast/confclerk.git/blobdiff - src/test/mvc/eventtest.h
just some directory renaming
[toast/confclerk.git] / src / test / mvc / eventtest.h
diff --git a/src/test/mvc/eventtest.h b/src/test/mvc/eventtest.h
new file mode 100644 (file)
index 0000000..920191e
--- /dev/null
@@ -0,0 +1,23 @@
+#ifndef EVENTTEST_H
+#define EVENTTEST_H
+
+#include <QObject>
+
+class EventTest : public QObject
+{
+    Q_OBJECT
+
+private slots:
+    void initTestCase();
+
+    void getById();
+    void getByDate();
+    void storingValues();
+    void hydrate();
+    void columnsForSelect();
+    void selectQuery();
+};
+
+
+#endif // EVENTTEST_H
+