SqueakCheck is a port of Haskell's QuickCheck.
Read an introduction into SqueakCheck here.
Read the QuickCheck Manual.
Note: Currently only Squeak versions after 5.1 are supported (5.2 or 6.0alpha).
- Load Metacello
- Load the testing framework with the following command:
Metacello new
baseline: 'SqueakCheck';
repository: 'github://hpi-swa-teaching/SqueakCheck:master/src';
load.