54f3c3f33ba2efc90c69911d2ff26b7f0b16d601
[ptas] / zouba / qt / tests / ut_route / ut_route.h
1 #ifndef UT_HTTPCLIENT_H
2 #define UT_HTTPCLIENT_H
3
4 #include <QtTest/QtTest>
5 #include <QObject>
6
7 #include <route_p.h>
8
9 Q_DECLARE_METATYPE(RoutePrivate*);
10
11 class Ut_Route : public QObject
12 {
13     Q_OBJECT
14
15 public:
16
17 private slots:
18     void init();
19     void cleanup();
20     void initTestCase();
21     void cleanupTestCase();
22     void testParseReply();
23     void testSetFromLocation();
24     void testSetToLocation();
25
26 private:
27     RoutePrivate *m_subject;
28 };
29 #endif // UT_HTTPCLIENT_H