Lines Matching defs:testing
101 namespace testing {
156 // std::runtime_error inherits from std::exception, many testing
426 // Returns the type ID of ::testing::Test. Always call this instead
427 // of GetTypeId< ::testing::Test>() to get the type ID of
428 // ::testing::Test, as the latter may give the wrong result due to a
500 // testing::Test is only forward declared at this point. So we make it a
503 typename std::conditional<sizeof(T) != 0, ::testing::Test, void>::type;
1309 } // namespace testing
1320 struct tuple_size<testing::internal::FlatTuple<Ts...>>
1328 ::testing::internal::AssertHelper(result_type, file, line, message) = \
1329 ::testing::Message()
1335 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kFatalFailure)
1338 GTEST_MESSAGE_(message, ::testing::TestPartResult::kNonFatalFailure)
1341 GTEST_MESSAGE_(message, ::testing::TestPartResult::kSuccess)
1344 return GTEST_MESSAGE_(message, ::testing::TestPartResult::kSkip)
1352 if (::testing::internal::AlwaysTrue()) { \
1359 namespace testing {
1370 } // namespace testing
1374 #define GTEST_EXCEPTION_TYPE_(e) ::testing::internal::GetTypeName(typeid(e))
1388 const ::testing::internal::NeverThrown&, const std::exception&>::type \
1408 if (::testing::internal::TrueWithString gtest_msg{}) { \
1452 if (::testing::internal::TrueWithString gtest_msg{}) { \
1470 if (::testing::internal::AlwaysTrue()) { \
1491 if (const ::testing::AssertionResult gtest_ar_ = \
1492 ::testing::AssertionResult(expression)) \
1495 fail(::testing::internal::GetBoolAssertionFailureMessage( \
1501 if (::testing::internal::AlwaysTrue()) { \
1502 const ::testing::internal::HasNewFatalFailureHelper \
1543 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_; \
1546 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_suite_name, \
1548 ::testing::internal::MakeAndRegisterTestInfo( \
1550 ::testing::internal::CodeLocation(__FILE__, __LINE__), (parent_id), \
1551 ::testing::internal::SuiteApiResolver< \
1553 ::testing::internal::SuiteApiResolver< \
1555 new ::testing::internal::TestFactoryImpl<GTEST_TEST_CLASS_NAME_( \