Test Generator for Pharo
To load the SCarvingTestGenerator package into the Pharo image:
Metacello new
baseline:'SCarvingTestGenerator';
repository: 'github://OBJECTSEMANTICS//SCarvingTestGenerator:master/src';
load.
To generate the tests, type:
SCTGProof new generateTestSCTGAddition.
and to generate Roassal's tests, type:
SCTGProof new generateTestSCTGRoassal.