Searched refs:ExitedUnsuccessfully (Results 1 – 3 of 3) sorted by relevance
169 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)174 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
154 bool ExitedUnsuccessfully(int exit_status);
161 bool ExitedUnsuccessfully(int exit_status) { in ExitedUnsuccessfully() function