2002-03-29 06:16:09 +01:00
|
|
|
Test::Unit a unit testing framework for the Ruby programming language,
|
|
|
|
|
|
|
|
This is the successor to RUnit (devel/ruby-unit) and includes a
|
|
|
|
compatibility layer which is only installed if RUnit is not installed
|
|
|
|
already. Most RUnit test cases will pass without any modification.
|
2001-03-22 10:38:15 +01:00
|
|
|
|
|
|
|
The unit testing framework is known as part of Kent Beck's "eXtreme
|
|
|
|
Programming" (XP). For details, see http://www.xprogramming.com/.
|
|
|
|
|
2002-03-29 06:16:09 +01:00
|
|
|
Author: Nathaniel Talbott <testunit@talbott.ws>
|
|
|
|
WWW: http://testunit.talbott.ws/
|