Searched refs:test_map (Results 1 – 1 of 1) sorted by relevance
344 map<int, std::string> test_map; in TEST() local345 test_map[0] = "aa"; in TEST()346 test_map[1] = "b"; in TEST()350 EXPECT_FALSE(m.Matches(test_map)); in TEST()355 Explain(m, test_map)); in TEST()