Searched refs:no_promo (Results 1 – 2 of 2) sorted by relevance
1268 Action<std::string(const char*)> no_promo = in TEST() local1272 EXPECT_EQ("foobar", no_promo.Perform(std::make_tuple(CharPtr("ba")))); in TEST()
7954 Matcher<std::string> no_promo = EqConcat(std::string("foo"), 't'); in TEST() local7956 EXPECT_FALSE(no_promo.Matches("fool")); in TEST()7958 EXPECT_TRUE(no_promo.Matches("foot")); in TEST()