Lines Matching defs:testing
32 // The Google C++ Testing Framework (Google Test)
133 namespace testing {
255 // A user must call testing::InitGoogleTest() to initialize Google
559 // Returns the type ID of ::testing::Test. We should always call this
560 // instead of GetTypeId< ::testing::Test>() to get the type ID of
561 // testing::Test. This is to work around a suspected linker bug when
563 // GetTypeId< ::testing::Test>() to return different values depending
573 // library. This is solely for testing GetTestTypeId().
887 // TODO(wan): consider allowing a testing::String object to
1371 return ::testing::AssertionFailure(msg);
3273 // std::runtime_error inherits from std::exception, many testing
3322 // with another testing framework) and specify the former on the
3597 "\nThis test program did NOT call ::testing::InitGoogleTest "
4258 // Test with another testing framework.
4318 } // namespace testing