Coverage Validator - Unit Tests
The Unit Tests view displays statistics for unit tests performed using CppUnit.
The data is displayed one unit test per line, with failing tests shown in red.
The colour coding
allows at a glance viewing of the code coverage of each file. The controls
at the bottom of the display allow the results to be sorted and to be viewed
graphically.
When a file is selected in the top / left hand pane, the source code
for that file is displayed in the bottom / right hand pane, with the line containing the failed
assertion highlighted.
A popup menu (right mouse button) allows each file to be
edited in a syntax coloured editor that highlights each line according to
the visit status of each line.
The popup menu also provides options for controlling the expand and collapse
state of the tree control.
This picture shows the Unit Tests view expanded to
show the methods in each class.

Click the picture for a larger
image.


