Lines Matching full:expectations
52 // .After(expectations)
91 // Base class for expectations.
104 // mockers, and all expectations.
107 // mock function Foo() is called, it needs to consult its expectations
111 // expectations when InSequence() is used, and thus affect which
127 // Verifies that all expectations on this mock function have been
236 // All expectations for this function mocker.
375 // Verifies and clears all expectations on the given mock object.
376 // If the expectations aren't satisfied, generates one or more
381 // Verifies all expectations on the given mock object and clears its
382 // default actions and expectations. Returns true iff the
427 // Verifies that all expectations on the given mock object have been
460 // expectations. The syntax:
465 // sets two expectations where the latter can only be matched after
543 // EXPECT_CALL() for setting the (partial) order of expectations. The
551 // sets three expectations where the last one can only be matched
609 // in which the expectations should match. They are copyable (we rely
634 // sequential expectations, e.g.
639 // // The following expectations must match in the order they appear.
668 // Base class for implementing expectations.
673 // 1. We need to store collections of expectations of different
675 // expectations in a sequence). Therefore these expectation objects
844 // The immediate pre-requisites (i.e. expectations that must be
1401 // The destructor verifies that all expectations on this mock
1669 // Prints a list of expectations that have been tried against the
1679 "expectations, but none matched")
1720 // Verifies that all expectations on this mock function have been
1738 // to x. This is useful for setting expectations