Home
last modified time | relevance | path

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

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-containers_test.cc2939 const Matcher<int> kMatchers[] = {Eq(1), Eq(2), Eq(3)}; in TEST() local
2941 const vector<Matcher<int>> expected(std::begin(kMatchers), in TEST()
2942 std::end(kMatchers)); in TEST()

Completed in 6 milliseconds