chickadee » test-utils » test-each

(test-each <name> <expected-values> (<variable> ...) <expression> <list1> ...)syntax

Presents the test of <expression> for every binding of (<variable> ...) w/ each successive head of the <expected-values> && <list1> ... as a single report item.

Uses (current-test-comparator).