Home | History | Annotate | Download | only in gtest

Lines Matching defs:testing

32 // Google Test - The Google C++ Testing Framework
37 // void ::testing::internal::UniversalPrinter<T>::Print(value, ostream_ptr);
63 // std::string ::testing::PrintToString(const T& value);
69 // void ::testing::internal::UniversalTersePrint(const T& value, ostream*);
74 // void ::testing::internal::UniversalPrint(const T& value, ostream*);
106 namespace testing {
150 const ::testing::internal::string short_str = value.ShortDebugString();
151 const ::testing::internal::string pretty_str =
209 } // namespace testing
211 // This namespace MUST NOT BE NESTED IN ::testing, or the name look-up
220 // testing::internal2::operator<< appears as if it was declared in
222 // ::testing_internal and ::testing::internal2, i.e. the global
225 // testing::internal2::operator<< in case T doesn't come with a <<
228 // We cannot write 'using ::testing::internal2::operator<<;', which
230 using namespace ::testing::internal2; // NOLINT
237 // 3. testing::internal2::operator<< (thanks to the using statement above).
250 namespace testing {
589 // conflicts with ::testing::internal::PrintTo in the body of the
592 // By default, ::testing::internal::PrintTo() is used for printing
598 // in ::testing::internal, it will be picked by the compiler in the
794 } // namespace testing