Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
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 492 of file gmock-spec-builders.h.

Constructor & Destructor Documentation

◆ Expectation() [1/2]

testing::Expectation::Expectation ( )

Definition at line 839 of file gmock-spec-builders.cc.

839{}

◆ ~Expectation()

testing::Expectation::~Expectation ( )

Definition at line 845 of file gmock-spec-builders.cc.

845{}

◆ Expectation() [2/2]

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

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

1842 : expectation_base_(exp.GetHandle().expectation_base()) {}

Member Function Documentation

◆ operator!=()

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

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

518{ return !(*this == rhs); }

◆ operator==()

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

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

514 {
515 return expectation_base_ == rhs.expectation_base_;
516 }

Friends And Related Symbol Documentation

◆ ::testing::internal::ExpectationBase

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

◆ ::testing::internal::FunctionMockerBase

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

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

◆ ::testing::internal::TypedExpectation

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

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

◆ ::testing::internal::UntypedFunctionMockerBase

◆ ExpectationSet

friend class ExpectationSet
friend

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

◆ Sequence

friend class Sequence
friend

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


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