Searched refs:not_vector_match (Results 1 – 1 of 1) sorted by relevance
5190 Matcher<const std::vector<int>&> not_vector_match = ElementsAre(2, 1); in TEST() local5191 EXPECT_THAT(d, Not(WhenSorted(not_vector_match))); in TEST()