Home | History | Annotate | Download | only in test

Lines Matching refs:Pointee

75 using testing::Pointee;
490 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
491 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));