Lines Matching refs:testing
30 const ::testing::TestInfo* const testInfo = in SetUp()
31 ::testing::UnitTest::GetInstance()->current_test_info(); in SetUp()
134 const ::testing::TestInfo* const testInfo = in TearDown()
135 ::testing::UnitTest::GetInstance()->current_test_info(); in TearDown()
175 ::testing::AssertionResult GLTest::checkPixel(int x, int y, in checkPixel()
186 return ::testing::AssertionFailure(::testing::Message(msg.string())); in checkPixel()
210 return ::testing::AssertionFailure(::testing::Message(msg.string())); in checkPixel()
212 return ::testing::AssertionSuccess(); in checkPixel()
216 ::testing::AssertionResult GLTest::assertRectEq(const Rect &r1, const Rect &r2, in assertRectEq()
246 return ::testing::AssertionFailure(::testing::Message(msg.string())); in assertRectEq()
248 return ::testing::AssertionSuccess(); in assertRectEq()