Searched refs:VerifyAndClearExpectations (Results 1 – 6 of 6) sorted by relevance
2202 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2217 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2232 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b), in TEST()2250 ASSERT_TRUE(Mock::VerifyAndClearExpectations(&b)); in TEST()2266 EXPECT_NONFATAL_FAILURE(result = Mock::VerifyAndClearExpectations(&b), in TEST()2282 Mock::VerifyAndClearExpectations(&b); in TEST()2286 Mock::VerifyAndClearExpectations(&b); in TEST()2287 Mock::VerifyAndClearExpectations(&b); in TEST()
49 Mock::VerifyAndClearExpectations(m_mock); in SetUp()
202 Mock::VerifyAndClearExpectations(&mock_obj);
2961 with `Mock::VerifyAndClearExpectations(&mock_object)`:2977 Mock::VerifyAndClearExpectations(foo);2982 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a `bool` to
621 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
376 static bool VerifyAndClearExpectations(void* mock_obj)