J. B. Rainsberger - Wikipedia, the free encyclopedia
JUnit Recipes : Practical Methods for Programmer Testing (2004) ISBN 1-932394-23-0 is (as of 2007) the best selling work on unit testing with the popular JUnit framework [citation ...
xUnit - Wikipedia, the free encyclopedia
Various code-driven testing frameworks have come to be known collectively as xUnit. These frameworks allow testing of different elements (units) of software, such as functions and ...
Unit testing with JUnit
Introduction . JUnit is a freely available set of Java classes that facilitate the unit testing of Java code. This document briefly introduces JUnit, and describes further ...
Agitar Technologies: Automated Unit Testing for Java Applications
AgitarOne, the most powerful Java unit-testing solution available, offers 80% or better test coverage of applications with fast, automated JUnit generation.
JUnit Max
Tired of waiting for tests? JUnit Max is a continuous testing plug-in for Eclipse that helps programmers stay focused on coding by running tests intelligently and reporting ...
In-Container Testing with JUnit
Today, unit testing is a very popular technique for ensuring code quality. Thanks to the JUnit framework, it has become quite easy to write unit tests for simple Java applications.
JUnit Howto Facade
We now have two JUnit HOWTOs. Please select the version of JUnit that you wish to learn. JUnit 3.x Howto for the 3.* versions of JUnit; JUnit 4.x Howto for the 4.* versions of JUnit
Manning: JUnit in Action
RESOURCES. Index; Preface; Table of Contents; Massol, Vincent blog: Think Tank; DESCRIPTION. Developers in the know are switching to a new testing strategy - unit testing - which ...
JUnit API
Packages; junit.extensions: Provides extended functionality for JUnit v3.x. junit.framework: Provides JUnit v3.x core classes. junit.runner: Provides JUnit v3.x test runners.
Unit Testing in Jazz Using JUnit
JUnit is an open source unit testing framework for automatically unit testing Java programs. JUnit provides functionality for writing and running unit test cases for a project ...


