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