Monero
Loading...
Searching...
No Matches
testing::Expectation Class Reference

#include <gmock-spec-builders.h>

Collaboration diagram for testing::Expectation:

Classes

class  Less

Public Member Functions

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

Private Types

typedef ::std::set< Expectation, LessSet

Private Member Functions

 Expectation (const internal::linked_ptr< internal::ExpectationBase > &expectation_base)
const internal::linked_ptr< internal::ExpectationBase > & expectation_base () const

Private Attributes

internal::linked_ptr< internal::ExpectationBaseexpectation_base_

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

Member Typedef Documentation

◆ Set

typedef ::std::set<Expectation, Less> testing::Expectation::Set
private

Constructor & Destructor Documentation

◆ Expectation() [1/3]

testing::Expectation::Expectation ( )

◆ ~Expectation()

testing::Expectation::~Expectation ( )

◆ Expectation() [2/3]

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

◆ Expectation() [3/3]

testing::Expectation::Expectation ( const internal::linked_ptr< internal::ExpectationBase > & expectation_base)
private

Member Function Documentation

◆ expectation_base()

const internal::linked_ptr< internal::ExpectationBase > & testing::Expectation::expectation_base ( ) const
inlineprivate

◆ operator!=()

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

◆ operator==()

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

◆ ::testing::internal::ExpectationBase

◆ ::testing::internal::FunctionMockerBase

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

◆ ::testing::internal::TypedExpectation

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

◆ ::testing::internal::UntypedFunctionMockerBase

◆ ExpectationSet

friend class ExpectationSet
friend

◆ Sequence

friend class Sequence
friend

Member Data Documentation

◆ expectation_base_

internal::linked_ptr<internal::ExpectationBase> testing::Expectation::expectation_base_
private

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