@groovy.transform.CompileStaticCompileStatic class IntegrationTestGradlePlugin extends java.lang.Object
Gradle plugin for adding separate src/integration-test folder to hold integration tests Adds integrationTestCompile and integrationTestRuntime configurations that extend from testCompile and testRuntime
Type | Name and description |
---|---|
private boolean |
ideaIntegration |
private java.lang.String |
sourceFolderName |
Constructor and description |
---|
IntegrationTestGradlePlugin
() |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
apply(Project project) |
|
File[] |
findIntegrationTestSources(Project project) |
|
protected void |
setClassesDirs(Test integrationTestTask, SourceSet sourceSet) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |