JUnit is a simple framework to write repeatable tests. JUnit can be used with JDK 1.1.* and JDK 1.2.
README.html | this file |
junit.jar | a jar file with the JUnit framework and tools |
junit | the source code of the JUnit framework, tools and samples |
framework | the JUnit test framework |
textui | a command line interface to run tests |
ui | a graphical user interface to run tests |
samples | sample test cases |
tests | test cases for JUnit itself |
extensions | some extensions for JUnit |
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.
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.