Lines Matching refs:testing
32 // The Google C++ Testing Framework (Google Test)
142 namespace testing {
307 // 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().
1359 return ::testing::AssertionFailure()
2102 // Test assertion with the intention of letting another testing
3743 // with another testing framework) and specify the former on the
4133 "\nThis test program did NOT call ::testing::InitGoogleTest "
4859 // Test with another testing framework.
4922 } // namespace testing