Home | History | Annotate | Download | only in test

Lines Matching refs:VerifyAndClear

2259   Mock::VerifyAndClear(&b);
2270 Mock::VerifyAndClear(&b);
2285 Mock::VerifyAndClear(&b);
2303 Mock::VerifyAndClear(&b);
2311 // Tests that we can call VerifyAndClear() on a mock object multiple
2317 Mock::VerifyAndClear(&b);
2318 Mock::VerifyAndClear(&b);
2322 Mock::VerifyAndClear(&b);
2328 // Tests that VerifyAndClear() works when the verification succeeds.
2338 ASSERT_TRUE(Mock::VerifyAndClear(&b));
2346 // Tests that VerifyAndClear() works when the verification fails.
2356 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClear(&b),
2366 // Tests that VerifyAndClear() works when the default actions and
2379 ASSERT_TRUE(Mock::VerifyAndClear(&b));
2388 // object after VerifyAndClear() has been called on it.
2397 Mock::VerifyAndClear(&b);
2408 // Tests that calling VerifyAndClear() on one mock object does not
2431 Mock::VerifyAndClear(&b2);