Comment on page
How to write tests
How to write tests using Cover Plugin for IntelliJ
To write tests using Cover Plugin for IntelliJ, you can:
Note that Cover Plugin Community Edition license limits may apply.
In general, if the Write Tests option is available then Cover Plugin can write tests for your methods or classes. However:
- Cover is not always able to produce a complete test, instead it might produce a partial test - see Creating Partial Tests.
- If you don't want to write a complete test, the Cover Plugin can help setup your tests by creating a skeleton test instead - see Creating Skeleton Tests.
Last modified 2mo ago