Using Cover CLI in Eclipse
See our YouTube video for a walkthrough of using Cover CLI as an external tool in Eclipse. The video covers setup and test creation.
1. Download install and license Cover CLI
If you haven't done so already, download, install, and license Cover CLI - see Get started - Cover CLI for details.
2. Prerequisites
Please ensure all of the prerequisites for using Diffblue Cover have been met.
3. Configure Diffblue Cover CLI
Go to
Run > External Tools > External Tools Configuration…
and enter a Name for the new configuration (e.g. Cover).Enter or browse to select the Location of the Cover executable.
Enter or browse to select the Working Directory for the location of your project.
Enter the following command:
Component | Description |
---|---|
| The create command for Cover. |
| The class you wish to run Cover on. This is a variable that eclipse replaces with the selected class when run. |
| This will change the class names so that the classes have the same names as the existing ones (provided that the existing test classes use a standard naming convention). The quotes around |
| This merges these tests with your existing classes (instead of replacing them). |
| To make the output cleaner. |
5. Select the option Refresh resources upon completion so that you see the new tests in your IDE once Cover has run.
4. Running Diffblue Cover CLI
Select a Java class and then open it.
Then click Run External Tool in the top toolbar.
The Cover output is now seen in the console below.
Last updated