Package: lisp-unit

Macro assert-equal

Lambda List

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

See assert-eq for a detailed description.
 

See also