Lines Matching full:testing
41 // We need this when we are testing Google Test itself and therefore
47 if (::testing::internal::IsTrue(expected_val != actual_val)) { \
52 ::testing::internal::posix::Abort(); \
54 } while (::testing::internal::AlwaysFalse())
62 class MyEnvironment : public testing::Environment {
92 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
95 EXPECT_DEATH_IF_SUPPORTED(::testing::internal::posix::Abort(), "");
102 class MyParamTest : public testing::TestWithParam<int> {};
109 testing::Range(0, kNumberOfParamTests));
119 testing::AddGlobalTestEnvironment(new MyEnvironment);
198 testing::InitGoogleTest(&argc, argv);