should-not
should-not is a Lisp macro in `ert.el
'.
(should-not FORM)
Evaluate FORM. If it returns non-nil, abort the current test as failed.
Returns nil.
ert.el
'.
(should-not FORM)
Evaluate FORM. If it returns non-nil, abort the current test as failed.
Returns nil.