Lines Matching defs:testing

82 namespace testing {
133 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
146 // std::runtime_error inherits from std::exception, many testing
455 // Returns the type ID of ::testing::Test. Always call this instead
456 // of GetTypeId< ::testing::Test>() to get the type ID of
457 // ::testing::Test, as the latter may give the wrong result due to a
789 typename ::testing::internal::RemoveReference<T>::type
820 typename ::testing::internal::RemoveConst<T>::type
837 typename ::testing::internal::AddReference<T>::type
1100 } // namespace testing
1103 ::testing::internal::AssertHelper(result_type, file, line, message) \
1104 = ::testing::Message()
1110 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
1113 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
1116 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
1122 if (::testing::internal::AlwaysTrue()) { statement; }
1126 if (::testing::internal::ConstCharPtr gtest_msg = "") { \
1152 if (::testing::internal::AlwaysTrue()) { \
1166 if (::testing::internal::AlwaysTrue()) { \
1188 if (const ::testing::AssertionResult gtest_ar_ = \
1189 ::testing::AssertionResult(expression)) \
1192 fail(::testing::internal::GetBoolAssertionFailureMessage(\
1197 if (::testing::internal::AlwaysTrue()) { \
1198 ::testing::internal::HasNewFatalFailureHelper gtest_fatal_failure_checker; \
1220 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
1225 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
1227 ::testing::internal::MakeAndRegisterTestInfo(\
1229 ::testing::internal::CodeLocation(__FILE__, __LINE__), \
1233 new ::testing::internal::TestFactoryImpl<\