Library
JUnit version 4.1
Add to favorites
JDK version:1.5
Web site:http://www.junit.org/index.htm [License]
Books:Click here to see recommendations
JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. JUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge.
Statistics
Packages
Comments
Books
Packages
NameDescription
junit.extensionsProvides extended functionality for JUnit v3.x.
junit.frameworkProvides JUnit v3.x core classes.
junit.runnerProvides JUnit v3.x test runners.
junit.textuiProvides JUnit v3.x command line based tool to run tests.
org.junitProvides JUnit core classes and annotations.
org.junit.internal.requestsProvides implementations of Request .
org.junit.internal.runnersProvides implementations of Runner
org.junit.runnerProvides classes used to describe, collect, run and analyze multiple tests.
org.junit.runner.manipulationProvides classes to filter or sort tests.
org.junit.runner.notificationProvides information about a test run.
org.junit.runnersProvides standard Runner implementations.
Search