Package: lisp-unit

Macro assert-eql

Lambda List

assert-eql (expected form &rest extras)

Arguments

expected -- the expected value
form -- an expression
extras -- to be printed if the test fails

Return Value

Return value is unspecified.

Details

Assertion with the predicate eql

See assert-eq for a detailed description.
 

See also