Running JUnit Test Suites

When your test suite has been successfully compiled you can run it.

To run a JUnit test suite:

  1. In the Navigator, select the test suite class.
  2. Right click it, and choose Run.

    The test will execute, and the test runner will display the results.


Unit Testing with JUnit
Creating a JUnit Test for a Generic Java Project