Searched refs:not_found_error (Results 1 – 5 of 5) sorted by relevance
67 model::not_found_error::not_found_error(const std::string& message) : in not_found_error() function in model::not_found_error74 model::not_found_error::~not_found_error(void) throw() in ~not_found_error()
52 ATF_TEST_CASE_WITHOUT_HEAD(not_found_error);53 ATF_TEST_CASE_BODY(not_found_error) in ATF_TEST_CASE_BODY() argument55 const model::not_found_error e("Missing foo"); in ATF_TEST_CASE_BODY()64 ATF_ADD_TEST_CASE(tcs, not_found_error); in ATF_INIT_TEST_CASES()
62 class not_found_error : public error { class64 explicit not_found_error(const std::string&);65 virtual ~not_found_error(void) throw();
223 throw not_found_error(F("Unknown test case %s in test program %s") % in find()
214 ATF_REQUIRE_THROW_RE(model::not_found_error, in check_find_missing()