junit - automated testing framework for Java
Contents
Description
junit is a simple framework for writing and running automated tests. As a political gesture, it
celebrates programmers testing their own software.
Name
junit - automated testing framework for Java
Options
A summary of options are included below.
TestCaseName
TestCaseName is name of TestCase class.
-help Show summary of options.
-text using text user interface.
-awt using awt user interface.
-swing using swing user interface.
Synopsis
junit[option]TestCaseName...
