Package: lisp-unit

Macro assert-print

Lambda List

assert-print (output form &rest extras)

Arguments

condition -- an error condition
form -- a test form
extras -- to be printed if the test fails

Return Value

Return value is unspecified.

Details

This macro tallies a failure if form does not print to standard output stream output equal to the given string output, ignoring differences in beginning and ending newlines.

See assert-eq for a detailed description of assert macros.
 

See also