Home | History | Annotate | Download | only in test

Lines Matching full:testing

47 namespace testing {
53 } // namespace testing
55 using testing::GTEST_FLAG(death_test_style);
56 using testing::GTEST_FLAG(filter);
57 using testing::GTEST_FLAG(repeat);
61 // We need this when we are testing Google Test itself and therefore
83 class MyEnvironment : public testing::Environment {
129 class MyParamTest : public testing::TestWithParam<int> {};
139 testing::Range(0, kNumberOfParamTests));
232 testing::InitGoogleTest(&argc, argv);
233 testing::AddGlobalTestEnvironment(new MyEnvironment);