assert-throws-exception
macro
(assert-throws-exception expr)
Throws an AssertFailedException if expr does not throw an exception. Generates no code when $debugging is false.
expr
$debugging
make-html > (assert-throws-exception (= 1 2)) it: null