Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
SUnit
Last updated at 1:28 pm UTC on 16 January 2006
Kent Beck's SUnit testing framework for Smalltalk is on SqueakMap. SUnit is started via: WorldMenu –> open –> Test Runner. Or by evaluating:
   TestRunner runTests.
   TestRunner open

SUnit Project HomePage

Documentation