How to run JUnit in text mode
java junit.textui.TestRunner TestAll
How to run JUnit in GUI mode
java junit.ui.TestRunner TestAll