Searched refs:ASSERT_EXIT (Results 1 – 2 of 2) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/ |
D | gtest-death-test.h | 168 # define ASSERT_EXIT(statement, predicate, regex) \ macro 180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
|
/ndk/sources/third_party/googletest/googletest/test/ |
D | gtest-death-test_test.cc | 721 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()
|