v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
testing.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <iostream>
4 
5 #include <gtest/gtest.h>
6 #include <gmock/gmock.h>
7 
10 
11 
12 #include "mocks.h"
13 #include "fixtures.h"
14 
15 using namespace std;
16 
17 #include <v8_class_wrapper.h>
18 #include "javascript.h"
19 
20 
21 using namespace v8toolkit;
22 using std::unique_ptr;
23 using std::make_unique;
STL namespace.
internal::ReturnAction< R > Return(R value)
const internal::AnythingMatcher _