Lines Matching full:not_vector_match
4305 Matcher<const std::vector<int>&> not_vector_match = ElementsAre(2, 1);4306 EXPECT_THAT(d, Not(WhenSorted(not_vector_match)));