Home
last modified time | relevance | path

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

/external/gtest/include/gtest/
Dgtest-death-test.h169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/external/gtest/include/gtest/internal/
Dgtest-death-test-internal.h154 bool ExitedUnsuccessfully(int exit_status);
/external/gtest/src/
Dgtest-death-test.cc161 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function