@groovy.transform.CompileStatic abstract class TestPhase extends java.lang.Object
Represents a configurable test phase (e.g. integrationTest, functionalTest).
Default values for sourceFolderName and systemPropertyName
are derived from the phase name so that users only need to declare the
phase by name in most cases.
| Type | Name and description |
|---|---|
java.lang.String |
name |
| Constructor and description |
|---|
TestPhase(java.lang.String name) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
abstract Property<java.lang.Boolean> |
getIdeaIntegration() |
|
abstract Property<java.lang.String> |
getSourceFolderName() |
|
abstract Property<java.lang.String> |
getSystemPropertyName() |
| 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) |