You are looking at historical revision 25378 of this page. It may differ significantly from its current revision.

= Description

cluckcheck is a Chicken Scheme port of the QuickCheck unit test framework.

cluckcheck is a different kind of unit test framework. Rather than using a bunch of manual assert-assert-assert statements, cluckcheck tests properties. For an overview of the QuickCheck methodology, see YelloSoft QuickCheck.