Home
last modified time | relevance | path

Searched refs:kFail (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc447 if (mock_behavior >= kAllow && mock_behavior <= kFail) { in intToCallReaction()
586 SetReactionOnUninterestingCalls(mock_obj, internal::kFail); in FailUninterestingCalls()
675 return Mock::GetReactionOnUninterestingCalls(mock_obj) == internal::kFail; in IsStrict()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc54 using ::testing::internal::kFail;
647 GMOCK_FLAG_SET(default_mock_behavior, kFail); in TEST()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h358 kFail, enumerator