Viewing test results in the Output view

You run the unit test and the results appear in the Output view. What can you do with this information?

Message format

Any messages resulting from the test run are written to the Output view. These messages follow a format that allows you to quickly identify the location of the code in the test scenario which triggers the message.

The format of the message is:

<source file>:<line number>:<error type>:<error code/description>

Double-click to go to the exact location in the test source file

The error message gives you the information you need to navigate to the line of code that caused the message to be written; you have the source filename and the line number. An easier way to navigate, however, is to simply double-click on the message in the Output view. The referenced test source file will open (if closed) with the line highlighted.