Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
Basic Image Unit Tests
Last updated at 7:32 am UTC on 29 November 2003
On SqueakMap

Test HOWTO


We need more tests. The BaseImage Tests package now has around
518 tests (30-Oct-2003). But this is not enough: It will start to get interesting
at 10000...

Many of these tests will be really simple: They simply run methods
and test if the right thing happens.

The interesting thing is that even beginners can be very helpful:
instead of trying the examples from the book in the workspace, why
not write tests instead?

Open the testrunner, "run all" should run all the test

See also: Writing good tests is much harder than writing good code!