class CardinalityInterface
Defined at line 66 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-cardinalities.h
The implementation of a cardinality.
Public Methods
void ~CardinalityInterface ()
Defined at line 68 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-cardinalities.h
int ConservativeLowerBound ()
Conservative estimate on the lower/upper bound of the number of
calls allowed.
Defined at line 72 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-cardinalities.h
int ConservativeUpperBound ()
Defined at line 73 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-cardinalities.h
bool IsSatisfiedByCallCount (int call_count)
Returns true if and only if call_count calls will satisfy this
cardinality.
bool IsSaturatedByCallCount (int call_count)
Returns true if and only if call_count calls will saturate this
cardinality.
void DescribeTo (::std::ostream * os)
Describes self to an ostream.