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