Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2332 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()
/freebsd-12.1/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc719 bool Mock::VerifyAndClearExpectations(void* mock_obj) in VerifyAndClearExpectations() function in testing::Mock
/freebsd-12.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h392 static bool VerifyAndClearExpectations(void* mock_obj)
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DCheatSheet.md535 Mock::VerifyAndClearExpectations(&mock_obj);
H A DCookBook.md2485 `Mock::VerifyAndClearExpectations(&mock_object)`:
2501 Mock::VerifyAndClearExpectations(foo);
2505 **Tip:** The `Mock::VerifyAndClearExpectations()` function returns a
2525 As you may have figured out, the `Mock::VerifyAndClearExpectations()`
2530 `Mock::VerifyAndClearExpectations(&mock_object)` does and returns the