Unit tests support

The JUnit module provides easy-to-use tool for generating and executing unit tests based upon the JUnit framework.

The JUnit module makes it possible to generate unit tests (empty bodies) for individual classes or whole packages including subpackages and allows to run tests from tested classes or packages. This module brings support for unit and integration testing with JUnit framework. JUnit framework is an opensource product that supports development of tests and provides a harness for running these tests. This module should be used by developers to write unit tests for their classes. It provides developers by convenient way for generation skeletons of test classes, which allows to easily create tests together with the developed code.