v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Types | Public Member Functions | Friends | List of all members
testing::internal::MockSpec< F > Class Template Reference

#include <gmock-spec-builders.h>

Public Types

typedef internal::Function< F >::ArgumentTuple ArgumentTuple
 
typedef internal::Function< F >::ArgumentMatcherTuple ArgumentMatcherTuple
 

Public Member Functions

 MockSpec (internal::FunctionMockerBase< F > *function_mocker)
 
internal::OnCallSpec< F > & InternalDefaultActionSetAt (const char *file, int line, const char *obj, const char *call)
 
internal::TypedExpectation< F > & InternalExpectedAt (const char *file, int line, const char *obj, const char *call)
 

Friends

template<typename Function >
class internal::FunctionMocker
 

Detailed Description

template<typename F>
class testing::internal::MockSpec< F >

Definition at line 1246 of file gmock-spec-builders.h.

Member Typedef Documentation

Definition at line 1248 of file gmock-spec-builders.h.

Definition at line 1250 of file gmock-spec-builders.h.

Constructor & Destructor Documentation

template<typename F>
testing::internal::MockSpec< F >::MockSpec ( internal::FunctionMockerBase< F > *  function_mocker)
inlineexplicit

Definition at line 1254 of file gmock-spec-builders.h.

Member Function Documentation

template<typename F>
internal::OnCallSpec<F>& testing::internal::MockSpec< F >::InternalDefaultActionSetAt ( const char *  file,
int  line,
const char *  obj,
const char *  call 
)
inline

Definition at line 1259 of file gmock-spec-builders.h.

template<typename F>
internal::TypedExpectation<F>& testing::internal::MockSpec< F >::InternalExpectedAt ( const char *  file,
int  line,
const char *  obj,
const char *  call 
)
inline

Definition at line 1268 of file gmock-spec-builders.h.

Friends And Related Function Documentation

template<typename F>
template<typename Function >
friend class internal::FunctionMocker
friend

Definition at line 1278 of file gmock-spec-builders.h.


The documentation for this class was generated from the following file: