Package: lisp-unit

Macro with-listeners

Lambda List

with-listeners ((test-listener summary-listener error-listener) &body body)

Arguments

test-listener -- a symbol which names a function
summary-listener -- a symbol which names a function
error-listener -- a symbol which names a function
body -- a list of forms

Details

Rebind the listeners to use user-definied listeners.

with-listeners rebinds the global variables *test-listener*, *summary-listener*, and *error-listener*.
 

See also