The JUnit view shows you the JUnit test run progress and status, and allows you to rerun tests.
| Command | Name | Description | 
|---|---|---|
|  | Next Failed Test | Navigates to the next failed test. | 
|  | Previous Failed Test | Navigates to the previous failed test. | 
|  | Show Failures Only | Shows only failed tests. | 
|  | Show Skipped Tests Only | Shows only skipped (ignored or assumption failed) tests. | 
|  | Scroll Lock | Changes if scroll lock should be enabled or not. | 
|  | Rerun Test | Rerun the test. | 
|  | Rerun Test - Failures First | Rerun the test, and run the failures first. | 
|  | Stop JUnit Test Run | Stops the current JUnit test run. | 
|  | Test Run History | This menu displays a history of previously run tests. | 
| Clear Terminated | Clears all the terminated test runs from the histroy. | |
| Import... | Imports a test run result from a XML file. | |
| Import from URL... | Imports a test run result via an URL. | |
| Import URL from Clipboard | Imports a test run result via an URL placed on clipboard. | |
| Export | Exports the test run result to a XML file. | |
|  | Show Tests in Hierarchy | Shows the tests in a hierarchical layout. | 
| Show Execution Time | Shows execution time for the tests. | |
| Layout | Specifies the layout of the JUnit view. | |
| Activate on Error/Failure Only | Changes if the JUnit view should be activated only on error/failure or not. |