Lines Matching full:testing
32 // The Google C++ Testing Framework (Google Test)
70 // Google Test defines the testing::Message class to allow construction of
72 // streamable to std::ostream can be streamed to a testing::Message.
83 // namespace, but not other namespaces, including the testing
88 // testing::Message must access the custom << operator from the global
103 namespace testing {
162 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
494 // Returns the type ID of ::testing::Test. Always call this instead
495 // of GetTypeId< ::testing::Test>() to get the type ID of
496 // ::testing::Test, as the latter may give the wrong result due to a
781 typename ::testing::internal::RemoveReference<T>::type
805 typename ::testing::internal::RemoveConst<T>::type
822 typename ::testing::internal::AddReference<T>::type
1083 } // namespace testing
1086 ::testing::internal::AssertHelper(result_type, file, line, message) \
1087 = ::testing::Message()
1093 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
1096 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
1099 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
1105 if (::testing::internal::AlwaysTrue()) { statement; }
1109 if (::testing::internal::ConstCharPtr gtest_msg = "") { \
1135 if (::testing::internal::AlwaysTrue()) { \
1149 if (::testing::internal::AlwaysTrue()) { \
1171 if (const ::testing::AssertionResult gtest_ar_ = \
1172 ::testing::AssertionResult(expression)) \
1175 fail(::testing::internal::GetBoolAssertionFailureMessage(\
1180 if (::testing::internal::AlwaysTrue()) { \
1181 ::testing::internal::HasNewFatalFailureHelper gtest_fatal_failure_checker; \
1203 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
1208 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
1210 ::testing::internal::MakeAndRegisterTestInfo(\
1215 new ::testing::internal::TestFactoryImpl<\