Searched refs:ExitedUnsuccessfully (Results 1 – 3 of 3) sorted by relevance
180 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)185 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
156 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
208 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function