|
|
bool | AllPrerequisitesAreSatisfied () const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
void | AssertSpecProperty (bool property, const string &failure_message) const |
| |
|
int | call_count () const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
bool | cardinality_specified () const |
| |
|
void | CheckActionCountIfNotDone () const GTEST_LOCK_EXCLUDED_(mutex_) |
| |
|
void | ExpectSpecProperty (bool property, const string &failure_message) const |
| |
|
void | FindUnsatisfiedPrerequisites (ExpectationSet *result) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
virtual Expectation | GetHandle ()=0 |
| |
|
| GTEST_DISALLOW_ASSIGN_ (ExpectationBase) |
| |
|
void | IncrementCallCount () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
bool | is_retired () const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
bool | IsOverSaturated () const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
bool | IsSatisfied () const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
bool | IsSaturated () const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
void | Retire () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
void | RetireAllPreRequisites () GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| |
|
void | set_cardinality (const Cardinality &a_cardinality) |
| |
|
void | SpecifyCardinality (const Cardinality &cardinality) |
| |
|
void | UntypedTimes (const Cardinality &a_cardinality) |
| |