Home
last modified time | relevance | path

Searched refs:another_set (Results 1 - 1 of 1) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc3027 set<std::string> another_set; in TEST() local
3028 another_set.insert("fee"); in TEST()
3029 another_set.insert("fie"); in TEST()
3030 another_set.insert("foe"); in TEST()
3031 another_set.insert("fum"); in TEST()
3032 EXPECT_THAT(another_set, Contains(Eq(std::string("fum")))); in TEST()

Completed in 7 milliseconds