v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Main Page
Namespaces
Classes
Files
File List
File Members
test
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
8
using ::testing::_
;
9
using ::testing::Return
;
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;
fixtures.h
mocks.h
gmock.h
std
STL namespace.
gtest.h
javascript.h
testing::Return
internal::ReturnAction< R > Return(R value)
Definition:
gmock-actions.h:1061
v8toolkit
Definition:
sample.cpp:102
testing::_
const internal::AnythingMatcher _
Definition:
gmock-matchers.h:3729
v8_class_wrapper.h
Generated on Mon May 22 2017 12:47:20 for v8toolkit by
1.8.11