Home | Forums

Clover.NET toolbar

Clover.NET toolbar

Both the Clover.NET Options and Coverage View tool windows provide a toolbar with buttons for common Clover.NET functions. These buttons also correspond to operations on the Clover.NET menu. The toolbar is shown below:

Clover.NET toolbar

Toolbar Functions

Display Enable This button controls display of Coverage Information within the Visual Studio editor. Clicking this toggles coverage info display on and off in all editor tabs.
Clover Build This button starts a Clover build. A Clover build involves Instrumenting the source code and then building the code externally. While a build is in progress, this button will be disabled.
Stop Clover This button is normally disabled and becomes enabled when a Clover Build is in progress. It is used to stop the Clover build. It may take some time for the build to actually stop if it is currently waiting for an external build process to complete
Load Coverage This button will reload coverage information. You should use this to load your initial set of coverage recordings and whenever you generate any new recordings by, for example, running additional tests.
Clean This button removes the Coverage database and all coverage recordings. It ensures that all source will be reinstrumented at the next Clover build.
Generate Report Generates an HTML report. This button will only be visible if your Clover.NET license includes HTML report generation.
Generate Report Brings up the Report Options tool window allowing you to configure how HTML coverage reports are to be rendered. This button will only be visible if your Clover.NET license includes HTML report generation.