Home | History | Annotate | Download | only in test

Lines Matching full:matcher_string

3472   Matcher<const char*> matcher_string = ResultOf(PolymorphicFunctor(), Ge(5));
3474 EXPECT_TRUE(matcher_string.Matches("long string"));
3475 EXPECT_FALSE(matcher_string.Matches("shrt"));