@groovy.transform.CompileStatic @groovy.transform.MapConstructor @groovy.transform.EqualsAndHashCode @groovy.transform.ToString(includeNames: true, includePackage: false) class BasicTestDefinition extends Object implements Serializable
Describes a basic test definition.
| Type | Name and description |
|---|---|
String |
gradleBuildFileThe Gradle build file to use for the test. |
String |
gradleVersionThe Gradle version to use for the test. |
File |
testDirDirectory where a specific GradleTest project is located i.e. |
| Constructor and description |
|---|
BasicTestDefinition
() |
Groovy Documentation