Gutter icons
Last updated
Last updated
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.
Icon | Description |
---|---|
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. |
Icon | Description |
---|---|
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. |
To disable the icons in IntelliJ:
Go to File -> Settings
.
Select Editor -> General -> Gutter Icons
.
In the Diffblue Cover
section, uncheck the boxes corresponding to the icons you want to disable.