JUnit is a simple framework to write repeatable tests. JUnit can be used with JDK 1.1.* and JDK 1.2.*.
Summary of changes between 1.0 and
2.1
README.html | this file |
junit.jar | a jar file with the JUnit framework and tools |
src.zip | a zip file with the source code of the junit framework |
junit | the source code of the JUnit samples |
samples | sample test cases |
tests | test cases for JUnit itself |
javadoc | javadoc generated documentation |
doc | documentation and articles |
vaj | Files for using JUnit with VisualAge for Java |
You find additional samples in the junit.samples package:
JUnit Cookbook
A cookbook for implementing tests with JUnit.
Test Infected - Programmers Love Writing Tests
An article demonstrating the development process with JUnit.
JUnit - A cooks tour
Javadoc
API documentation generated with javadoc.
Using JUnit with VisualAge for Java
Hints about how to use JUnit in the VisualAge for Java environment.
Frequently asked questions
Some frequently asked questions about using JUnit.