ssu
ssuurlresolvertest.h
Go to the documentation of this file.
1 
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
SsuUrlResolverTest
Tests libzypp UrlResolverPlugin plugin compatibility.
Definition: ssuurlresolvertest.h:15
Sandbox
Helps to redirect file operations into sandbox directory.
Definition: sandbox_p.h:21