Gutter icons

Cover Plugin provides several icons in the "gutter" area next to methods and classes in the IntelliJ editor panel - click the icon displayed to write, update, or delete tests.

Action icons

IconDescription

Displayed next to testable methods or classes in project files. Click the icon to write tests for the method or class.

Displayed next to test classes and methods in project test files. Click the icon to update or delete tests for the method or class.

Displayed next to your test methods in project test files. Click the icon to delete a test method.

Status icons

IconDescription

Indicates that Cover Plugin is unable to create tests for this method, unless the method is refactored to make it more testable. To allow Cover Plugin to write tests for such a method, the class should be extracted as an accessible named class.

Indicates that Cover Plugin is unable to create tests that directly call this item, and that this is "by design". For example, Cover Plugin can't write tests for private methods.

Disable the icons

To disable the icons in IntelliJ:

  1. Go to File -> Settings.

  2. Select Editor -> General -> Gutter Icons.

  3. In the Diffblue Cover section, uncheck the boxes corresponding to the icons you want to disable.

Last updated