Searched refs:test_map (Results 1 – 1 of 1) sorted by relevance
343 map<int, std::string> test_map; in TEST() local344 test_map[0] = "aa"; in TEST()345 test_map[1] = "b"; in TEST()349 EXPECT_FALSE(m.Matches(test_map)); in TEST()354 Explain(m, test_map)); in TEST()