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

/openjdk9/test/fmw/gtest/include/gtest/
H A Dgtest-death-test.h180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
/openjdk9/test/fmw/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
/openjdk9/test/fmw/gtest/src/
H A Dgtest-death-test.cc208 bool ExitedUnsuccessfully(int exit_status) { function in namespace:testing::internal

Completed in 268 milliseconds