links to this page:
Packages
fixture
Test Driven Development
SmallWiki
Squeak Tutorials
Hannes Hirzel
Squeak Documentation Team
Refactoring Browser (outdated notes)
Seaside Tutorial Introduction
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 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
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
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://www.iam.unibe.ch/~ducasse/Books.html
(Link is at the bottom of the page)
SUnit Tutorial
- 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