SUnit
「Simple Smalltalk Testing: With Patterns」が元のドキュメント
The paper is divided into three sections:
Philosophy - Describes the philosophy of writing and running tests embodied by the framework. Read this section for general background.
Cookbook - A simple pattern system for writing your own tests.
Framework - A literate program (文芸的プログラミング)version of the testing framework. Read this for in-depth knowledge of how the framework operates. Example - An example of using the testing framework to test part of the methods in Set.