JUnit Module

The JUnit module provides support for generating and executing unit tests that are based upon the JUnit framework. You can create unit tests for individual classes or for whole Java packages.

The JUnit framework is an open source product that supports development of tests and provides a harness for running these tests.

More on information on JUnit can be found at http://www.junit.org.


Legal Notices