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

#include <JETSCAPE/blob/main/external_packages/googletest/googlemock/include/gmock/gmock-cardinalities.h>

+ Collaboration diagram for testing::Cardinality:

Public Member Functions

 Cardinality ()
 
 Cardinality (const CardinalityInterface *impl)
 
int ConservativeLowerBound () const
 
int ConservativeUpperBound () const
 
bool IsSatisfiedByCallCount (int call_count) const
 
bool IsSaturatedByCallCount (int call_count) const
 
bool IsOverSaturatedByCallCount (int call_count) const
 
void DescribeTo (::std::ostream *os) const
 

Static Public Member Functions

static void DescribeActualCallCountTo (int actual_call_count,::std::ostream *os)
 

Private Attributes

internal::linked_ptr< const
CardinalityInterface
impl_
 

Detailed Description

Definition at line 83 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 83 of file gmock-cardinalities.h

Constructor & Destructor Documentation

testing::Cardinality::Cardinality ( )
inline

Definition at line 87 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 87 of file gmock-cardinalities.h

testing::Cardinality::Cardinality ( const CardinalityInterface impl)
inlineexplicit

Definition at line 90 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 90 of file gmock-cardinalities.h

Member Function Documentation

int testing::Cardinality::ConservativeLowerBound ( ) const
inline

Definition at line 94 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 94 of file gmock-cardinalities.h

Referenced by testing::internal::ExpectationBase::CheckActionCountIfNotDone().

+ Here is the caller graph for this function:

int testing::Cardinality::ConservativeUpperBound ( ) const
inline

Definition at line 95 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 95 of file gmock-cardinalities.h

Referenced by testing::internal::ExpectationBase::CheckActionCountIfNotDone().

+ Here is the caller graph for this function:

void testing::Cardinality::DescribeActualCallCountTo ( int  actual_call_count,
::std::ostream *  os 
)
static

Definition at line 130 of file gmock-cardinalities.cc.

View newest version in sPHENIX GitHub at line 130 of file gmock-cardinalities.cc

Referenced by testing::internal::ExpectationBase::DescribeCallCountTo().

+ Here is the caller graph for this function:

void testing::Cardinality::DescribeTo ( ::std::ostream *  os) const
inline

Definition at line 115 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 115 of file gmock-cardinalities.h

Referenced by testing::internal::ExpectationBase::CheckActionCountIfNotDone().

+ Here is the caller graph for this function:

bool testing::Cardinality::IsOverSaturatedByCallCount ( int  call_count) const
inline

Definition at line 109 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 109 of file gmock-cardinalities.h

bool testing::Cardinality::IsSatisfiedByCallCount ( int  call_count) const
inline

Definition at line 98 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 98 of file gmock-cardinalities.h

bool testing::Cardinality::IsSaturatedByCallCount ( int  call_count) const
inline

Definition at line 103 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 103 of file gmock-cardinalities.h

Member Data Documentation

internal::linked_ptr<const CardinalityInterface> testing::Cardinality::impl_
private

Definition at line 122 of file gmock-cardinalities.h.

View newest version in sPHENIX GitHub at line 122 of file gmock-cardinalities.h


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