#include <gmock-spec-builders.h>
|
| | TypedExpectation (FunctionMockerBase< F > *owner, const char *a_file, int a_line, const string &a_source_text, const ArgumentMatcherTuple &m) |
| virtual | ~TypedExpectation () |
| TypedExpectation & | With (const Matcher< const ArgumentTuple & > &m) |
| TypedExpectation & | Times (const Cardinality &a_cardinality) |
| TypedExpectation & | Times (int n) |
| TypedExpectation & | InSequence (const Sequence &s) |
| TypedExpectation & | InSequence (const Sequence &s1, const Sequence &s2) |
| TypedExpectation & | InSequence (const Sequence &s1, const Sequence &s2, const Sequence &s3) |
| TypedExpectation & | InSequence (const Sequence &s1, const Sequence &s2, const Sequence &s3, const Sequence &s4) |
| TypedExpectation & | InSequence (const Sequence &s1, const Sequence &s2, const Sequence &s3, const Sequence &s4, const Sequence &s5) |
| TypedExpectation & | After (const ExpectationSet &s) |
| TypedExpectation & | After (const ExpectationSet &s1, const ExpectationSet &s2) |
| TypedExpectation & | After (const ExpectationSet &s1, const ExpectationSet &s2, const ExpectationSet &s3) |
| TypedExpectation & | After (const ExpectationSet &s1, const ExpectationSet &s2, const ExpectationSet &s3, const ExpectationSet &s4) |
| TypedExpectation & | After (const ExpectationSet &s1, const ExpectationSet &s2, const ExpectationSet &s3, const ExpectationSet &s4, const ExpectationSet &s5) |
| TypedExpectation & | WillOnce (const Action< F > &action) |
| TypedExpectation & | WillRepeatedly (const Action< F > &action) |
| TypedExpectation & | RetiresOnSaturation () |
| const ArgumentMatcherTuple & | matchers () const |
| const Matcher< const ArgumentTuple & > & | extra_matcher () const |
| const Action< F > & | repeated_action () const |
| virtual void | MaybeDescribeExtraMatcherTo (::std::ostream *os) |
| | 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) |
◆ ArgumentMatcherTuple
◆ ArgumentTuple
◆ Result
◆ TypedExpectation()
◆ ~TypedExpectation()
◆ After() [1/5]
◆ After() [2/5]
◆ After() [3/5]
◆ After() [4/5]
◆ After() [5/5]
◆ ExplainMatchResultTo()
◆ extra_matcher()
◆ GetActionForArguments()
◆ GetCurrentAction()
◆ GetHandle()
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
◆ InSequence() [1/5]
◆ InSequence() [2/5]
◆ InSequence() [3/5]
◆ InSequence() [4/5]
◆ InSequence() [5/5]
◆ matchers()
◆ Matches()
◆ MaybeDescribeExtraMatcherTo()
◆ repeated_action()
◆ RetiresOnSaturation()
◆ ShouldHandleArguments()
◆ Times() [1/2]
◆ Times() [2/2]
◆ WillOnce()
◆ WillRepeatedly()
◆ With()
◆ FunctionMockerBase
| friend class FunctionMockerBase |
|
friend |
◆ extra_matcher_
◆ matchers_
◆ owner_
◆ repeated_action_
The documentation for this class was generated from the following file: