@groovy.transform.CompileStatic class TestPhasesGradlePlugin extends java.lang.Object implements Plugin<Project>
Gradle plugin that provides a testPhases extension for defining
additional test phases (e.g. integrationTest, functionalTest).
Each TestPhase added to the container automatically gets its own source set, dependency configurations, Test task, and merged test report contribution.
| Type | Name and description |
|---|---|
static java.lang.String |
EXTENSION_NAME |
static java.lang.String |
MERGE_TEST_REPORTS_TASK_NAME |
| Constructor and description |
|---|
TestPhasesGradlePlugin() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
apply(org.apache.tools.ant.Project project) |
|
static java.io.File[] |
findTestPhaseSources(org.apache.tools.ant.Project project, TestPhase phase) |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#equals(java.lang.Object), java.lang.Object#getClass(), java.lang.Object#hashCode(), java.lang.Object#notify(), java.lang.Object#notifyAll(), java.lang.Object#toString(), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int) |