Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::Expectation Class Reference

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/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, Less
Set
 

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::ExpectationBase
expectation_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
 

Detailed Description

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

View newest version in sPHENIX GitHub at line 487 of file gmock-spec-builders.h

Member Typedef Documentation

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

View newest version in sPHENIX GitHub at line 535 of file gmock-spec-builders.h

Constructor & Destructor Documentation

testing::Expectation::Expectation ( )

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

View newest version in sPHENIX GitHub at line 785 of file gmock-spec-builders.cc

testing::Expectation::~Expectation ( )

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

View newest version in sPHENIX GitHub at line 791 of file gmock-spec-builders.cc

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

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

View newest version in sPHENIX GitHub at line 1829 of file gmock-spec-builders.h

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

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

View newest version in sPHENIX GitHub at line 787 of file gmock-spec-builders.cc

Member Function Documentation

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

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

View newest version in sPHENIX GitHub at line 542 of file gmock-spec-builders.h

Referenced by testing::Sequence::AddExpectation().

+ Here is the caller graph for this function:

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

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

View newest version in sPHENIX GitHub at line 513 of file gmock-spec-builders.h

References check_smearing_config::rhs.

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

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

View newest version in sPHENIX GitHub at line 509 of file gmock-spec-builders.h

References expectation_base_.

Friends And Related Function Documentation

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

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

View newest version in sPHENIX GitHub at line 518 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.

View newest version in sPHENIX GitHub 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.

View newest version in sPHENIX GitHub at line 525 of file gmock-spec-builders.h

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

View newest version in sPHENIX GitHub at line 519 of file gmock-spec-builders.h

friend class ExpectationSet
friend

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

View newest version in sPHENIX GitHub at line 516 of file gmock-spec-builders.h

friend class Sequence
friend

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

View newest version in sPHENIX GitHub at line 517 of file gmock-spec-builders.h

Member Data Documentation

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

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

View newest version in sPHENIX GitHub at line 547 of file gmock-spec-builders.h

Referenced by testing::Expectation::Less::operator()(), and operator==().


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