utest

utest

Synopsis
utest <classname> runs the JUnit tests in a class.
Details
The utest command loads the class given by <className> creates a JUnit TestSuite from it, and then runs the TestSuite using a text-mode TestRunner. The results are written to standard output.