Home
last modified time | relevance | path

Searched refs:INV_MSG (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/bsd/kyua-cli/dist/utils/
Dsanity.hpp115 #define INV_MSG(expr, msg) _UTILS_ASSERT(utils::invariant, expr, msg) macro
Dsanity_test.cpp115 INV_MSG(Expression, "Custom message"); in do_inv_test()
/netbsd/src/external/bsd/kyua-cli/dist/utils/cmdline/
Dparser.cpp252 INV_MSG(iter != _option_values.end(), F("Undefined option --%s") % name); in get_option_raw()
/netbsd/src/external/bsd/kyua-cli/dist/cli/
Dcmd_report.cpp232 INV_MSG(match != titles.end(), "Conditional does not match user " in print_tests()
/netbsd/src/external/bsd/kyua-cli/dist/utils/sqlite/
Dstatement.cpp175 INV_MSG(!data, "The statement should not have produced any rows, but it " in step_without_results()