Searched refs:FormatMatcherDescription (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-matchers_test.h | 87 using testing::internal::FormatMatcherDescription;
|
H A D | gmock-matchers-misc_test.cc | 634 FormatMatcherDescription(false, "IsEven", {}, Strings())); in TEST() 636 FormatMatcherDescription(true, "IsEven", {}, Strings())); in TEST() 639 FormatMatcherDescription(false, "Equals", {"a"}, {"5"})); in TEST() 643 FormatMatcherDescription(false, "IsInRange", {"a", "b"}, {"5", "8"})); in TEST()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock-matchers.cc | 52 GTEST_API_ std::string FormatMatcherDescription( in FormatMatcherDescription() function
|
/freebsd/contrib/googletest/googlemock/include/gmock/ |
H A D | gmock-matchers.h | 3876 GTEST_API_ std::string FormatMatcherDescription( 5473 return ::testing::internal::FormatMatcherDescription(negation, #name, \ 5554 return ::testing::internal::FormatMatcherDescription( \
|