|
Monero
|
#include <gmock-spec-builders.h>


Public Member Functions | |
| ExpectationBase (const char *file, int line, const string &source_text) | |
| virtual | ~ExpectationBase () |
| const char * | file () const |
| int | line () const |
| const char * | source_text () const |
| const Cardinality & | cardinality () const |
| void | DescribeLocationTo (::std::ostream *os) const |
| void | DescribeCallCountTo (::std::ostream *os) const GTEST_EXCLUSIVE_LOCK_REQUIRED_(g_gmock_mutex) |
| virtual void | MaybeDescribeExtraMatcherTo (::std::ostream *os)=0 |
Protected Types | |
| enum | Clause { kNone , kWith , kTimes , kInSequence , kAfter , kWillOnce , kWillRepeatedly , kRetiresOnSaturation } |
| typedef std::vector< const void * > | UntypedActions |
Protected Attributes | |
| const char * | file_ |
| int | line_ |
| const string | source_text_ |
| bool | cardinality_specified_ |
| Cardinality | cardinality_ |
| ExpectationSet | immediate_prerequisites_ |
| int | call_count_ |
| bool | retired_ |
| UntypedActions | untyped_actions_ |
| bool | extra_matcher_specified_ |
| bool | repeated_action_specified_ |
| bool | retires_on_saturation_ |
| Clause | last_clause_ |
| bool | action_count_checked_ |
| Mutex | mutex_ |
Friends | |
| class | ::testing::Expectation |
| class | UntypedFunctionMockerBase |
| class | ::testing::Sequence |
| class | ::testing::internal::ExpectationTester |
| template<typename Function> | |
| class | TypedExpectation |
|
protected |
|
protected |
| testing::internal::ExpectationBase::ExpectationBase | ( | const char * | file, |
| int | line, | ||
| const string & | source_text ) |
|
virtual |
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
inlineprotected |
|
protected |
| void testing::internal::ExpectationBase::DescribeCallCountTo | ( | ::std::ostream * | os | ) | const |
|
inline |
|
inlineprotected |
|
inline |
|
protected |
|
protectedpure virtual |
Implemented in testing::internal::TypedExpectation< F >.
|
protected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inlineprotected |
|
inline |
|
pure virtual |
Implemented in testing::internal::TypedExpectation< F >.
|
inlineprotected |
|
protected |
|
inlineprotected |
|
inline |
|
protected |
|
protected |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
mutableprotected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |