Home
last modified time | relevance | path

Searched refs:expect_exit (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/atf/test-programs/
H A Dcpp_helpers.cpp145 expect_exit(-1, "Call will exit"); in ATF_TEST_CASE_BODY()
152 expect_exit(123, "Call will exit"); in ATF_TEST_CASE_BODY()
159 expect_exit(-1, "Call won't exit"); in ATF_TEST_CASE_BODY()
H A Dexpect_test.sh86 atf_test_case expect_exit
145 atf_add_test_case expect_exit
/freebsd/contrib/kyua/integration/helpers/
H A Dexpect_all_pass.cpp52 expect_exit(12, "Exiting with correct code"); in ATF_TEST_CASE_BODY()
H A Dexpect_some_fail.cpp49 expect_exit(12, "Invalid exit code"); in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-c++/
H A Dtests.hpp116 static void expect_exit(const int, const std::string&);
H A Dtests.cpp379 impl::tc::expect_exit(const int exitcode, const std::string& reason) in expect_exit() function in impl::tc