JUnit comes with a graphical interface to run tests.
Type the name of your test class in the field at the top of the window.
While the test is run JUnit shows its progress with a progress bar below the input field.
The bar is initially green but turns into red as soon as there is an unsuccessful test.
Failed tests are shown in a list at the bottom:
Copyright © 1998-2009 Dilvan Moreira