Lines Matching refs:testing
32 const ::testing::TestInfo* const testInfo = in SetUp()
33 ::testing::UnitTest::GetInstance()->current_test_info(); in SetUp()
136 const ::testing::TestInfo* const testInfo = in TearDown()
137 ::testing::UnitTest::GetInstance()->current_test_info(); in TearDown()
177 ::testing::AssertionResult GLTest::checkPixel(int x, int y, in checkPixel()
188 return ::testing::AssertionFailure(::testing::Message(msg.string())); in checkPixel()
212 return ::testing::AssertionFailure(::testing::Message(msg.string())); in checkPixel()
214 return ::testing::AssertionSuccess(); in checkPixel()
218 ::testing::AssertionResult GLTest::assertRectEq(const Rect &r1, const Rect &r2, in assertRectEq()
248 return ::testing::AssertionFailure(::testing::Message(msg.string())); in assertRectEq()
250 return ::testing::AssertionSuccess(); in assertRectEq()