Lines Matching refs:expectation
103 // Explicitly specifies the cardinality of this expectation. Used by
110 // Retires all pre-requisites of this expectation.
114 // We can take this short-cut as we never retire an expectation
136 // Returns true if and only if all pre-requisites of this expectation
157 // Adds unsatisfied pre-requisites of this expectation to 'result'.
188 // expectation has occurred.
199 // Describes the state of the expectation (e.g. is it satisfied?
377 // which must be an expectation on this mock function.
388 Assert(false, __FILE__, __LINE__, "Cannot find expectation.");
421 // No need to show the source file location of the expectation
759 // Adds an expectation to a sequence.
760 void Sequence::AddExpectation(const Expectation& expectation) const {
761 if (*last_expectation_ != expectation) {
763 expectation.expectation_base()->immediate_prerequisites_ +=
766 *last_expectation_ = expectation;