should

should is a Lisp macro in `ert.el'.

(should FORM)

Evaluate FORM. If it returns nil, abort the current test as failed.

Returns the value of FORM.