Package: lisp-unit

Function count-error

Lambda List

count-error (test-name e)

Arguments

test-name -- a symbol
e -- an error object

Details

Prints nothing but the error count is incremented.

Further execution of the test forms is terminated. test-name is the name of the test which causes the error. e is the error object.
 

See also