Lines Matching full:expectations
62 Creates an [expectation](../gmock_for_dummies.md#setting-expectations) that the
83 .After(expectations...) // Can be used any number of times
158 the expectations are declared.
182 `.After(`*`expectations...`*`)`
187 The parameter *`expectations...`* can be up to five
189 The mock function call is expected to occur after all of the given expectations.
211 // Collect all expectations of InitElement() calls
294 The `RetiresOnSaturation` clause is only meaningful for expectations with an
327 *Does not* set any expectations that the method will be called.
530 Represents a chronological sequence of expectations. See the
537 An object of this type causes all expectations encountered in its scope to be
540 This allows more convenient expression of multiple expectations in a single
570 Useful for specifying sequences of expectations; see the
577 Represents a set of mock function call expectations.
587 Useful for specifying sequences of expectations; see the