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.cc343 map<int, std::string> test_map; in TEST() local
344 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()