Home | History | Annotate | Download | only in test

Lines Matching refs:Pointee

74 using testing::Pointee;
488 EXPECT_THAT(&v, Pointee(ElementsAre(0, 1, _)));
489 EXPECT_THAT(&v, Not(Pointee(ElementsAre(0, _, 3))));