@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() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
apply(org.apache.tools.ant.Project project) |
|
File[] |
findIntegrationTestSources(org.apache.tools.ant.Project project) |
|
protected void |
setClassesDirs(Test integrationTestTask, SourceSet sourceSet) |