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()
620 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
202 Mock::VerifyAndClearExpectations(&mock_obj);
2955 with `Mock::VerifyAndClearExpectations(&mock_object)`:2971 Mock::VerifyAndClearExpectations(foo);2976 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a `bool` to
376 static bool VerifyAndClearExpectations(void* mock_obj)