@CompileStatic class IntegrationTestGradlePlugin extends Object implements Plugin<Project>
Gradle plugin for adding separate src/integration-test folder to hold integration tests Adds integrationTestImplementation and integrationTestRuntimeOnly configurations that extend from testCompileClasspath and testRuntimeClasspath.
| Type | Name and description |
|---|---|
boolean |
ideaIntegration |
String |
sourceFolderName |
| Constructor and description |
|---|
IntegrationTestGradlePlugin() |