ssu
Loading...
Searching...
No Matches
ssuurlresolvertest.h
Go to the documentation of this file.
1
7
8#ifndef _SSUURLRESOLVERTEST_H
9#define _SSUURLRESOLVERTEST_H
10
11#include <QObject>
12
13class Sandbox;
14
15class SsuUrlResolverTest: public QObject
16{
17 Q_OBJECT
18
19public:
20 SsuUrlResolverTest(): m_sandbox(0) {}
21
22private slots:
23 void initTestCase();
24 void cleanupTestCase();
25 void test_data();
26 void test();
27
28private:
29 Sandbox *m_sandbox;
30};
31
32#endif
Helps to redirect file operations into sandbox directory.
Definition sandbox_p.h:22