Home | History | Annotate | Download | only in src

Lines Matching defs:testing

32 // The Google C++ Testing Framework (Google Test)
142 namespace testing {
311 // A user must call testing::InitGoogleTest() to initialize Google
589 // Returns the type ID of ::testing::Test. We should always call this
590 // instead of GetTypeId< ::testing::Test>() to get the type ID of
591 // testing::Test. This is to work around a suspected linker bug when
593 // GetTypeId< ::testing::Test>() to return different values depending
603 // library. This is solely for testing GetTestTypeId().
1374 return ::testing::AssertionFailure()
2117 // Test assertion with the intention of letting another testing
3812 // with another testing framework) and specify the former on the
4226 "\nThis test program did NOT call ::testing::InitGoogleTest "
4952 // Test with another testing framework.
5015 } // namespace testing