Home | History | Annotate | Download | only in gtest

Lines Matching full:exitedunsuccessfully

8314 GTEST_API_ bool ExitedUnsuccessfully(int exit_status);
8616 ASSERT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)
8621 EXPECT_EXIT(statement, ::testing::internal::ExitedUnsuccessfully, regex)