Test Directory
How to locate the tests created by Cover Plugin for IntelliJ, within your project.
Override Test Directory
sourceSets {
test {
java {
srcDir "src/test/java"
srcDir "src/diffblueTest/java"
}
}
}
Last updated
Was this helpful?

