Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc1091 Matcher<const char*> matcher_string = ResultOf(PolymorphicFunctor(), Ge(5)); in TEST() local
1093 EXPECT_TRUE(matcher_string.Matches("long string")); in TEST()
1094 EXPECT_FALSE(matcher_string.Matches("shrt")); in TEST()