#include <gmock.h>
Public Member Functions | |
| Cardinality () | |
| Cardinality (const CardinalityInterface *impl) | |
| Cardinality () | |
| Cardinality (const CardinalityInterface *impl) | |
| int | ConservativeLowerBound () const |
| int | ConservativeLowerBound () const |
| int | ConservativeUpperBound () const |
| int | ConservativeUpperBound () const |
| void | DescribeTo (::std::ostream *os) const |
| void | DescribeTo (::std::ostream *os) const |
| bool | IsOverSaturatedByCallCount (int call_count) const |
| bool | IsOverSaturatedByCallCount (int call_count) const |
| bool | IsSatisfiedByCallCount (int call_count) const |
| bool | IsSatisfiedByCallCount (int call_count) const |
| bool | IsSaturatedByCallCount (int call_count) const |
| bool | IsSaturatedByCallCount (int call_count) const |
Static Public Member Functions | |
| static void | DescribeActualCallCountTo (int actual_call_count,::std::ostream *os) |
| static void | DescribeActualCallCountTo (int actual_call_count,::std::ostream *os) |
Private Attributes | |
| internal::linked_ptr< const CardinalityInterface > | impl_ |
Definition at line 2064 of file fused-src/gmock/gmock.h.
| testing::Cardinality::Cardinality | ( | ) | [inline] |
Definition at line 2068 of file fused-src/gmock/gmock.h.
| testing::Cardinality::Cardinality | ( | const CardinalityInterface * | impl | ) | [inline, explicit] |
Definition at line 2071 of file fused-src/gmock/gmock.h.
| testing::Cardinality::Cardinality | ( | ) | [inline] |
Definition at line 87 of file gmock-cardinalities.h.
| testing::Cardinality::Cardinality | ( | const CardinalityInterface * | impl | ) | [inline, explicit] |
Definition at line 90 of file gmock-cardinalities.h.
| int testing::Cardinality::ConservativeLowerBound | ( | ) | const [inline] |
Definition at line 94 of file gmock-cardinalities.h.
| int testing::Cardinality::ConservativeLowerBound | ( | ) | const [inline] |
Definition at line 2075 of file fused-src/gmock/gmock.h.
| int testing::Cardinality::ConservativeUpperBound | ( | ) | const [inline] |
Definition at line 95 of file gmock-cardinalities.h.
| int testing::Cardinality::ConservativeUpperBound | ( | ) | const [inline] |
Definition at line 2076 of file fused-src/gmock/gmock.h.
| static void testing::Cardinality::DescribeActualCallCountTo | ( | int | actual_call_count, |
| ::std::ostream * | os | ||
| ) | [static] |
| void testing::Cardinality::DescribeActualCallCountTo | ( | int | actual_call_count, |
| ::std::ostream * | os | ||
| ) | [static] |
Definition at line 9761 of file gmock-gtest-all.cc.
| void testing::Cardinality::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 115 of file gmock-cardinalities.h.
| void testing::Cardinality::DescribeTo | ( | ::std::ostream * | os | ) | const [inline] |
Definition at line 2096 of file fused-src/gmock/gmock.h.
| bool testing::Cardinality::IsOverSaturatedByCallCount | ( | int | call_count | ) | const [inline] |
Definition at line 109 of file gmock-cardinalities.h.
| bool testing::Cardinality::IsOverSaturatedByCallCount | ( | int | call_count | ) | const [inline] |
Definition at line 2090 of file fused-src/gmock/gmock.h.
| bool testing::Cardinality::IsSatisfiedByCallCount | ( | int | call_count | ) | const [inline] |
Definition at line 98 of file gmock-cardinalities.h.
| bool testing::Cardinality::IsSatisfiedByCallCount | ( | int | call_count | ) | const [inline] |
Definition at line 2079 of file fused-src/gmock/gmock.h.
| bool testing::Cardinality::IsSaturatedByCallCount | ( | int | call_count | ) | const [inline] |
Definition at line 103 of file gmock-cardinalities.h.
| bool testing::Cardinality::IsSaturatedByCallCount | ( | int | call_count | ) | const [inline] |
Definition at line 2084 of file fused-src/gmock/gmock.h.
internal::linked_ptr< const CardinalityInterface > testing::Cardinality::impl_ [private] |
Definition at line 2103 of file fused-src/gmock/gmock.h.