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