Home
last modified time | relevance | path

Searched refs:test_map (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc344 map<int, std::string> test_map; in TEST() local
345 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()