v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
mocks.h
Go to the documentation of this file.
1 #pragma once
2 
3 class DeleteMe {};
4 
5 
6 class ExampleMock : public DeleteMe {
7 public:
8 
9  // MOCK_CONST_METHOD(...)
10 
11 
12 };
Definition: mocks.h:3