Skip to content

OBJECTSEMANTICS/SCarvingTestGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

SCarvingTestGenerator

Test Generator for Pharo

Installation

To load the SCarvingTestGenerator package into the Pharo image:

Metacello new
 baseline:'SCarvingTestGenerator';
 repository: 'github://OBJECTSEMANTICS//SCarvingTestGenerator:master/src';
 load.

Note:

To generate the tests, type:

SCTGProof new generateTestSCTGAddition.

and to generate Roassal's tests, type:

SCTGProof new generateTestSCTGRoassal.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published