Jump to content

SUnit

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Epicgenius (talk | contribs) at 14:53, 31 October 2013 (Reverted 1 good faith edit by Burrburrr using STiki). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SUnit is a unit testing framework for the programming language Smalltalk. It is the original source of the xUnit design, originally written by the creator of Extreme Programming, Kent Beck. SUnit allows writing tests and checking results in Smalltalk. The resulting tests are very stable, but this method has the disadvantage that testers must be able to write simple Smalltalk programs.

History

Originally published as chapter 30 "Simple Smalltalk Testing", in the book Kent Beck's Guide to Better Smalltalk by Kent Beck, Donald G. Firesmith (Editor) (Publisher: Cambridge University Press, Pub. Date: December 1998, ISBN 978-0-521-64437-2, 408pp)