Searched refs:ExitedUnsuccessfully (Results 1 – 3 of 3) sorted by relevance
185 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)190 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, matcher)
192 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
239 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function