Home | History | Annotate | Download | only in internal

Lines Matching defs:testing

32 // The Google C++ Testing Framework (Google Test)
79 namespace testing {
133 (sizeof(::testing::internal::IsNullLiteralHelper(x)) == 1)
146 // std::runtime_error inherits from std::exception, many testing
425 // Returns the type ID of ::testing::Test. Always call this instead
426 // of GetTypeId< ::testing
427 // ::testing::Test, as the latter may give the wrong result due to a
713 typename ::testing::internal::RemoveReference<T>::type
744 typename ::testing::internal::RemoveConst<T>::type
761 typename ::testing::internal::AddReference<T>::type
1022 } // namespace testing
1025 ::testing::internal::AssertHelper(result_type, file, line, message) \
1026 = ::testing::Message()
1032 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
1035 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
1038 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
1044 if (::testing::internal::AlwaysTrue()) { statement; }
1048 if (::testing::internal::ConstCharPtr gtest_msg = "") { \
1074 if (::testing::internal::AlwaysTrue()) { \
1088 if (::testing::internal::AlwaysTrue()) { \
1110 if (const ::testing::AssertionResult gtest_ar_ = \
1111 ::testing::AssertionResult(expression)) \
1114 fail(::testing::internal::GetBoolAssertionFailureMessage(\
1119 if (::testing::internal::AlwaysTrue()) { \
1120 ::testing::internal::HasNewFatalFailureHelper gtest_fatal_failure_checker; \
1142 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
1147 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
1149 ::testing::internal::MakeAndRegisterTestInfo(\
1154 new ::testing::internal::TestFactoryImpl<\