Home
last modified time | relevance | path

Searched refs:ASSERT_DEATH_IF_SUPPORTED (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h334 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
339 #define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1322 ASSERT_DEATH_IF_SUPPORTED(DieInside("CondDeathTestAssertMacro"), in TEST()
1327 EXPECT_FATAL_FAILURE(ASSERT_DEATH_IF_SUPPORTED(;, ""), ""); in TEST()
1424 ASSERT_DEATH_IF_SUPPORTED(;, ""); // NOLINT in TEST()
1431 ASSERT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; // NOLINT in TEST()
1437 ASSERT_DEATH_IF_SUPPORTED(return;, ""); in FuncWithAssert()
1470 ASSERT_DEATH_IF_SUPPORTED(return, ""); in TEST()
1479 if (AlwaysFalse()) ASSERT_DEATH_IF_SUPPORTED(return, "") << "did not die"; in TEST()
1499 ASSERT_DEATH_IF_SUPPORTED(_Exit(1), "") << "exit in default switch handler"; in TEST()
/freebsd/contrib/googletest/docs/reference/
H A Dassertions.md585 `ASSERT_DEATH_IF_SUPPORTED(`*`statement`*`,`*`matcher`*`)`