Lines Matching defs:testing
76 namespace testing {
97 // Helper class for testing the Expectation class template.
510 friend class ::testing::internal::ExpectationBase;
511 friend class ::testing::internal::UntypedFunctionMockerBase;
514 friend class ::testing::internal::FunctionMockerBase;
517 friend class ::testing::internal::TypedExpectation;
711 friend class ::testing::Expectation;
827 friend class ::testing::Sequence;
828 friend class ::testing::internal::ExpectationTester;
1226 // Note: class MockSpec really belongs to the ::testing namespace.
1227 // However if we define it in ::testing, MSVC will complain when
1228 // classes in ::testing::internal declare it as a friend class
1230 // ::testing::internal and import it into ::testing.
1233 GTEST_API_ void LogWithLocation(testing::internal::LogSeverity severity,
1732 // meant to be defined in the ::testing namespace. The following line
1734 // handle it if we define MockSpec in ::testing.
1759 } // namespace testing