openbsd-ports/java/junit/pkg/DESCR
ian 02f79a3509 Upgrade from 3.8.1 to 3.8.2. Convert from "download binary Java code" to
normal build port. Take maintainership, suggested by previous maintainer kevlo.
Be more cautious with license (CPL).  ok kurt@
2007-04-15 23:08:22 +00:00

6 lines
323 B
Plaintext

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).
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.