Home | History | Annotate | Download | only in test

Lines Matching refs:VerifyAndClearExpectations

2154   ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b));
2170 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b));
2186 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b),
2206 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b));
2224 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b),
2234 // Tests that we can call VerifyAndClearExpectations() on the same
2240 Mock::VerifyAndClearExpectations(&b);
2245 Mock::VerifyAndClearExpectations(&b);
2246 Mock::VerifyAndClearExpectations(&b);