Table of Contents | Using SchemeUnit
SchemeUnit is a unit testing framework in the Extreme Programming tradition. It is designed to allow easy creation and execution of unit tests in PLT Scheme.
The basic unit of organisation in SchemeUnit is the test case, which is a test for a single condition. Test cases may be organised into test suites which may themselves contain other test suites. Tests can be run from a simple text interface.