@groovy.transform.Canonical @groovy.transform.CompileStatic class TestFacetDefinition extends FacetDefinition
Definition of a source facet, which via the NebulaFacetPlugin will create a source set and runtime/compile configurations. Name is used for the source directory and the prefix for configurations.
| Type | Name and description |
|---|---|
boolean |
includeInCheckLifecycleWhether the task created for the test facet should be a dependency of 'check'. |
java.lang.String |
testTaskNameName of the test task that will get created |
| Constructor and description |
|---|
TestFacetDefinition
(java.lang.String name) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
java.lang.String |
getTestTaskName() |
| Methods inherited from class | Name |
|---|---|
class FacetDefinition |
getParentSourceSet |
Groovy Documentation