ifw  0.0.1-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
clipvIMG_mock.h
Go to the documentation of this file.
1 
2 #include "clipvIMG.h"
3 #include "gmock/gmock.h"
4 
5 
6 
7 class MockclipIMG: public clipvIMG
8 {
9 public:
10  MOCK_METHOD0(Load, const char());
11 };
12 
13 
14 
15 
16 
17 
18 
19 
20 
21 
22 
23 
24 
25 
26 
27 
28 
29 
MOCK_METHOD0(Load, const char())
Definition: clipvIMG_mock.h:7