Lines Matching defs:testing
32 // The Google C++ Testing Framework (Google Test)
139 namespace testing {
304 // A user must call testing::InitGoogleTest() to initialize Google
585 // Returns the type ID of ::testing::Test. We should always call this
586 // instead of GetTypeId< ::testing::Test>() to get the type ID of
587 // testing::Test. This is to work around a suspected linker bug when
589 // GetTypeId< ::testing::Test>() to return different values depending
599 // library. This is solely for testing GetTestTypeId().
909 // TODO(wan): consider allowing a testing
1371 return ::testing::AssertionFailure()
2052 // std::exception, many testing frameworks know how to extract and print the
3756 // with another testing framework) and specify the former on the
4119 "\nThis test program did NOT call ::testing::InitGoogleTest "
4805 // Test with another testing framework.
4878 } // namespace testing