summaryrefslogtreecommitdiff
path: root/tikzit/src/test/testparser.h
blob: 8e2e589bb1a79962f9904cab37a2291820745813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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