niceunit(1) Runs unit tests written in the Nice programming language

SYNOPSIS

niceunit [options] package

OPTIONS

--classpath PATH
Search path for compiled packages to be tested PATH is a list of directories and .jar archives
--jar PATH
An archive containing the program to test Its main package will be tested by default
--exit
Invoke System.exit when finished Exit code will be the number of tests failed

AUTHOR

Daniel Bonniot <[email protected]>