Package: lisp-unit

Function show-error

Lambda List

show-error (test-name e)

Arguments

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

Details

The default error listener which prints the error message.

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