generated at
SUnit
Kent Beck作。Smalltalk用の自動テストフレームワーク。以前は「テスティングフレームワーク」と呼ばれていた。

「Simple Smalltalk Testing: With Patterns」が元のドキュメント
Ron Jeffriesのサイトにあったようだが、ドメイン名を変えてしまったので見つからない
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.
『Kent Beck's Guide to Better Smalltalk』の30章「Simple Smalltalk Testing」