Home
last modified time | relevance | path

Searched refs:VerifyAndClearExpectations (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2202 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()
/freebsd/tests/sys/fs/fusefs/
H A Daccess.cc49 Mock::VerifyAndClearExpectations(m_mock); in SetUp()
/freebsd/contrib/googletest/docs/
H A Dgmock_cheat_sheet.md202 Mock::VerifyAndClearExpectations(&mock_obj);
H A Dgmock_cook_book.md2961 with `Mock::VerifyAndClearExpectations(&mock_object)`:
2977 Mock::VerifyAndClearExpectations(foo);
2982 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a `bool` to
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc621 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h376 static bool VerifyAndClearExpectations(void* mock_obj)