| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
Arguments: (&key (name "unnamed")) &body body
The body should be a list of test forms. At the end of execution of the body, a report is generated which summarizes successes and failures.
with-tests binds *test-successes*,
*test-errors*, and
*test-unexpected-failures*
to 0 before the execution of body and the printing
of the results.
name is printed with the results -- "Begin <name> test", so "Begin unnamed test" if unspecified.
See test-harness.htm for information on the Allegro CL test harness.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||