summaryrefslogtreecommitdiff
path: root/PluginCommandInterfaceDbus/test/dbuscommaninterfacesignalsTest.h
blob: 7f8bbee1bafc527c4a7eea554863d18da39c2413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
/*
 * dbuscommaninterfacesignalsTest.h
 *
 *  Created on: Dec 16, 2011
 *      Author: christian
 */

#ifndef DBUSCOMMANINTERFACESIGNALSTEST_H_
#define DBUSCOMMANINTERFACESIGNALSTEST_H_
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include <dlt/dlt.h>
#include <algorithm>
#include <string>
#include <vector>
#include <set>
#include "CommandReceiver.h"
#include "CommandSender.h"
#include "MockInterfaces.h"

#define UNIT_TEST 1

namespace am {

class dbuscommaninterfacesignalsTest: public ::testing::Test
{
public:
	dbuscommaninterfacesignalsTest();
	virtual ~dbuscommaninterfacesignalsTest();
	void SetUp();
	void TearDown();
};

}

#endif /* DBUSCOMMANINTERFACESIGNALSTEST_H_ */