Home
last modified time | relevance | path

Searched refs:ASSERT_EXIT (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ macro
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc721 ASSERT_EXIT(_exit(42), testing::ExitedWithCode(42), ""); in TestExitMacros()
733 ASSERT_EXIT(raise(SIGUSR2), testing::KilledBySignal(SIGUSR2), "") << "bar"; in TestExitMacros()
736 ASSERT_EXIT(_exit(0), testing::KilledBySignal(SIGSEGV), "") in TestExitMacros()