summaryrefslogtreecommitdiff
path: root/tikzit/src/test/testparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tikzit/src/test/testparser.h')
-rw-r--r--tikzit/src/test/testparser.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/tikzit/src/test/testparser.h b/tikzit/src/test/testparser.h
new file mode 100644
index 0000000..8e2e589
--- /dev/null
+++ b/tikzit/src/test/testparser.h
@@ -0,0 +1,17 @@
+#ifndef TESTPARSER_H
+#define TESTPARSER_H
+
+#include <QObject>
+
+class TestParser : public QObject
+{
+ Q_OBJECT
+private slots:
+ //void initTestCase();
+ void parseEmptyGraph();
+ void parseNodeGraph();
+ void parseEdgeGraph();
+ //void cleanupTestCase();
+};
+
+#endif // TESTPARSER_H