Lines Matching full:expectations

544     // Satisfies the above expectations.  in TEST()
574 // Satisfies the above expectations. in TEST()
1006 "Google Mock tried the following 2 expectations, but none matched:"); in TEST()
1685 // .After() allows input to contain duplicated Expectations.
2198 // Tests that we can verify and clear a mock object's expectations
2199 // when none of its methods has expectations.
2204 // There should be no expectations on the methods now, so we can in TEST()
2210 // Tests that we can verify and clear a mock object's expectations
2211 // when some, but not all, of its methods have expectations *and* the
2219 // There should be no expectations on the methods now, so we can in TEST()
2225 // Tests that we can verify and clear a mock object's expectations
2226 // when some, but not all, of its methods have expectations *and* the
2236 // There should be no expectations on the methods now, so we can in TEST()
2242 // Tests that we can verify and clear a mock object's expectations
2243 // when all of its methods have expectations.
2252 // There should be no expectations on the methods now, so we can in TEST()
2258 // Tests that we can verify and clear a mock object's expectations
2270 // There should be no expectations on the methods now, so we can in TEST()
2289 // There should be no expectations on the methods now, so we can in TEST()
2372 // There should be no expectations on the methods now, so we can in TEST()
2390 // There should be no expectations on the methods now, so we can in TEST()
2397 // expectations are set on a const mock object.
2408 // There should be no expectations on the methods now, so we can in TEST()
2414 // Tests that we can set default actions and expectations on a mock
2450 // Verifies that the default actions and expectations of a and b1 in TEST()