v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Classes | Public Member Functions | Friends | List of all members
testing::Expectation Class Reference

#include <gmock-spec-builders.h>

Public Member Functions

 Expectation ()
 
 ~Expectation ()
 
 Expectation (internal::ExpectationBase &exp)
 
bool operator== (const Expectation &rhs) const
 
bool operator!= (const Expectation &rhs) const
 

Friends

class ExpectationSet
 
class Sequence
 
class ::testing::internal::ExpectationBase
 
class ::testing::internal::UntypedFunctionMockerBase
 
template<typename F >
class ::testing::internal::FunctionMockerBase
 
template<typename F >
class ::testing::internal::TypedExpectation
 

Detailed Description

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

Constructor & Destructor Documentation

testing::Expectation::Expectation ( )
testing::Expectation::~Expectation ( )
testing::Expectation::Expectation ( internal::ExpectationBase exp)
inline

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

Member Function Documentation

bool testing::Expectation::operator== ( const Expectation rhs) const
inline

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

bool testing::Expectation::operator!= ( const Expectation rhs) const
inline

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

Friends And Related Function Documentation

friend class ExpectationSet
friend

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

friend class Sequence
friend

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

friend class ::testing::internal::ExpectationBase
friend

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

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

template<typename F >
friend class ::testing::internal::FunctionMockerBase
friend

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

template<typename F >
friend class ::testing::internal::TypedExpectation
friend

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


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