Package: lisp-unit

Macro assert-equalp

Lambda List

assert-equalp (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 equalp

See assert-eq for a detailed description.
 

See also