Lines Matching full:expectations
82 ### I can't figure out why gMock thinks my expectations are not satisfied. What should I do?
86 trace, you'll gain insights on why the expectations you set are not met.
101 intercepts these messages and finds that they don't match any expectations, it
104 You can learn to ignore the errors, or you can rewrite your expectations to make
128 arguments, the state of relevant expectations, and etc) to help the user debug.
130 state of relevant expectations.
170 ### The "newer expectations override older ones" rule makes writing expectations awkward. Why does …
178 // 2 the second time. However, I have to write the expectations in the
191 By default, expectations don't have to be matched in *any* particular order. If
197 expectations in sequence:
203 // 2 the second time. Using a sequence, we can write the expectations
229 Back to the original questions: why does gMock search the expectations (and
242 they set the expectations, which are often different for each test. Having an
348 What it means is that you have a mock function, you haven't set any expectations