Skip to content

hpi-swa-teaching/SqueakCheck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.