2007-04-15 19:08:22 -04:00
|
|
|
JUnit is a simple framework to write repeatable tests of Java code,
|
|
|
|
and the most widely-used unit testing in Java land (and perhaps the world).
|
2001-09-14 01:58:19 -04:00
|
|
|
It is an instance of the xUnit architecture for unit testing frameworks.
|
|
|
|
It will help you measure your progress, spot unintended side effects,
|
|
|
|
and focus your development efforts.
|