Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 823 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 823 Bytes

SqueakCheck Build Status

SqueakCheck is a port of Haskell's QuickCheck.

Read an introduction into SqueakCheck here.

Read the QuickCheck Manual.

Installation

Note: Currently only Squeak versions after 5.1 are supported (5.2 or 6.0alpha).

  1. Load Metacello
  2. Load the testing framework with the following command:
Metacello new
    baseline: 'SqueakCheck';
    repository: 'github://hpi-swa-teaching/SqueakCheck:master/src';
    load.