2000-11-03 18:49:59 +01:00
|
|
|
This is a port of JUnit, a simple testing framework for Java developed
|
2001-06-26 18:52:11 +02:00
|
|
|
by Erich Gamma and Kent Beck. Using JUnit you can build a test suite
|
2000-11-03 18:49:59 +01:00
|
|
|
that will help you measure your progress, spot unintended side
|
|
|
|
effects, and focus your development efforts.
|
|
|
|
|
|
|
|
WWW: http://www.junit.org/
|