Home
last modified time | relevance | path

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

/freebsd/contrib/atf/test-programs/
H A Dcpp_helpers.cpp185 expect_death("Exit case"); in ATF_TEST_CASE_BODY()
192 expect_death("Signal case"); in ATF_TEST_CASE_BODY()
199 expect_death("Call won't die"); in ATF_TEST_CASE_BODY()
H A Dexpect_test.sh117 atf_test_case expect_death
147 atf_add_test_case expect_death
/freebsd/contrib/kyua/integration/helpers/
H A Dexpect_all_pass.cpp44 expect_death("This is the reason for death"); in ATF_TEST_CASE_BODY()
H A Dexpect_some_fail.cpp42 expect_death("Won't die"); in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-c++/
H A Dtests.hpp118 static void expect_death(const std::string&);
H A Dtests.cpp391 impl::tc::expect_death(const std::string& reason) in expect_death() function in impl::tc