Home | History | Annotate | Download | only in internal

Lines Matching full:testing

32 // The Google C++ Testing Framework (Google Test)
66 // Google Test defines the testing::Message class to allow construction of
68 // streamable to std::ostream can be streamed to a testing::Message.
79 // namespace, but not other namespaces, including the testing
84 // testing::Message must access the custom << operator from the global
96 namespace testing {
152 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
499 } // namespace testing
502 ::testing::internal::AssertHelper(result_type, __FILE__, __LINE__, message) \
503 = ::testing::Message()
506 return GTEST_MESSAGE(message, ::testing::TPRT_FATAL_FAILURE)
509 GTEST_MESSAGE(message, ::testing::TPRT_NONFATAL_FAILURE)
512 GTEST_MESSAGE(message, ::testing::TPRT_SUCCESS)
526 static ::testing::Test* NewTest() {\
531 static ::testing::TestInfo* const test_info_;\
535 ::testing::TestInfo* const test_case_name##_##test_name##_Test::test_info_ =\
536 ::testing::TestInfo::MakeAndRegisterInstance(\
539 ::testing::internal::GetTypeId< parent_class >(), \