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