chickadee » simple-tests » define-test

(define-test (name . parameters) check-forms)syntax

creates a test predicate, (name . parameters), to be called within compound-test. That predicate will test and report the results of all of its form arguments.