Searched refs:expect_exit (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/atf/test-programs/
H A Dexpect_test.sh86 atf_test_case expect_exit
145 atf_add_test_case expect_exit
H A Dcpp_helpers.cpp145 expect_exit(-1, "Call will exit");
152 expect_exit(123, "Call will exit");
159 expect_exit(-1, "Call won't exit");
/freebsd-11-stable/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) function in class:impl::tc

Completed in 130 milliseconds