summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/unittests/mockDefs.h
blob: 8580fed4df80619d9ce52849049d445d0626250e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef MOCKDEFS_H
#define MOCKDEFS_H

#include <pq-mock.h>
#include <visibility.h>
#include <dryice.h>
#include <portage.h>

class DLL_PUBLIC Service : public IceTray::DryIce, PQ::Mock {
	public:
		Service();
};

class DLL_PUBLIC TestClient : public IceTray::DryIceClient {
	public:
		TestClient();

		Gentoo::PortagePrx p;
};

#endif