Progress Bar

The progress bar shows the progress of the test. It is colored according to the "worst" result obtained:

Green 100% of tests passing - no failures or warnings.
Yellow No tests failed but there was at least one warning.
Red At least one test failed.

In keeping with normal NUnit practice, ignored tests are treated as warnings in order to give them visibility. Other methods of skipping tests should be used if you don't want that visibility.

Result Summary

At the end of the test run, a summary of the results is displayed immediately below the progress bar, as shown above. If the result information does not fit in the space available, hovering over it shows the full information.

The result summary may be closed by clicking the Summary Report button to the right of the progress bar. The same button may be used to re-display it at any time. The result summary always displays the result of the last test run.