Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-spec-builders.cc289 case kAllow: in ReportUninterestingCall()
447 if (mock_behavior >= kAllow && mock_behavior <= kFail) { in intToCallReaction()
572 SetReactionOnUninterestingCalls(mock_obj, internal::kAllow); in AllowUninterestingCalls()
671 return Mock::GetReactionOnUninterestingCalls(mock_obj) == internal::kAllow; in IsNice()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h356 kAllow, enumerator
1810 reaction == kAllow ? LogIsVisible(kInfo) : in InvokeWith()
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc52 using ::testing::internal::kAllow;
627 GMOCK_FLAG_SET(default_mock_behavior, kAllow); in TEST()