Creating partial tests
By default, creation of partial tests is enabled in the Diffblue Cover Plugin for IntelliJ. This page covers partial tests and their uses, and how to turn off this option.
About partial tests
public class MyClass {
private int x;
public void increment() {
++x;
}
}Disabling the creation of partial tests

Last updated
Was this helpful?

