JUnitX Example - Step 6

To create a permanent record of a test run the text UI of JUnit can be used. To suit your project's needs you can also create custom output formatters.

Run the GUI using a command like

    java -classpath junit-3.7.jar:junitx-5.1.jar:classes junit.textui.TestRunner junit.demo.TestPackage

Back to the JUnit example overview.

© 2001 A. Heilwagen