|
|
Running all unit tests |
The JUnit test runner now gives you an easy way to run all tests in a specified Java project, source folder, or package. |
|
|
Finding unit tests | The new JUnit action Navigate > Go To > Referring Tests finds and navigates to tests that reference a particular type or method. |
|
|
Run as JUnit test |
Select a JUnit test method in a view and choose Run > Run As > JUnit test. This creates a launch configuration to run the selected test. |
|