Searched refs:VerifyAndClearExpectations (Results 1 – 5 of 5) sorted by relevance
2332 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2348 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2364 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b), in TEST()2384 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2402 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b), in TEST()2418 Mock::VerifyAndClearExpectations(&b); in TEST()2423 Mock::VerifyAndClearExpectations(&b); in TEST()2424 Mock::VerifyAndClearExpectations(&b); in TEST()
719 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
392 static bool VerifyAndClearExpectations(void* mock_obj)
535 Mock::VerifyAndClearExpectations(&mock_obj);
2485 `Mock::VerifyAndClearExpectations(&mock_object)`:2501 Mock::VerifyAndClearExpectations(foo);2505 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a2525 As you may have figured out, the `Mock::VerifyAndClearExpectations()`2530 `Mock::VerifyAndClearExpectations(&mock_object)` does and returns the