links to this page:
Packages
fixture
Test Driven Development
SmallWiki
Squeak Tutorials
Hannes Hirzel
Squeak Documentation Team
Refactoring Browser (outdated notes)
Andreas Kuckartz
All Projects
Squeak Janitors
Documentation
Commenting Bugs and Fixes
BrowseUnit
ReadWriteStreamTest
News
Release Notes for 3.8
Swiki Page List
SUnit Test Runner
Sake - A Squeak based make-like tool
SUnit
Last updated at 9:11 pm UTC on 29 January 2010
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
The place to find new releases, development versions, and links to related work:
http://sunit.sourceforge.net
The SUnit Mailinglist -
http://lists.sourceforge.net/lists/listinfo/sunit-news
Documentation
Kent Beck´s original Smalltalk testing paper - Simple Smalltalk Testing With Patterns -
http://www.xprogramming.com/testfram.htm
Joseph Pelrine's introduction to TestResources -
http://www.metaprog.ch/downloads/TestResources.pdf
Stephane Ducasse
has written a good 5 page introduction paper SUnit in -
http://stephane.ducasse.free.fr/Books.html
(Link is at the bottom of the page)
SUnit Tutorial -
http://www.chrisburkert.de/index.php?node_id=70
- by Squeak people (one page quick start)
SUnit Test Notes
- Some Swiki pages giving Squeak based examples/hints
Commenting Bugs and Fixes
- The best way to get a Squeak bug fixed or a fix/ehancement approved is to write a good sunit test
http://www.blainebuxton.com/projects/smallhttpunittest.htm
HttpSmallUnit is a Camp Smalltalk project that does SUnit-style testing of web-based apps over HTTP
SUnit for 3.10:
http://wiki.squeak.org/squeak/5903