@CompileStatic class Testing extends AbstractTestingFeature
Modifiers | Name | Description |
---|---|---|
static class |
Testing.Colors |
Type | Name and description |
---|---|
static String |
PLUGIN_ID |
boolean |
aggregate |
Colors |
colors |
Functional |
functional |
Integration |
integration |
boolean |
jar |
boolean |
logging |
double |
timeThreshold |
Constructor and description |
---|
Testing
(ProjectConfigurationExtension config, Project project) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
colors(Action<? super Colors> action) |
|
void |
colors(Closure<Void> action) |
|
void |
functional(Action<? super Functional> action) |
|
void |
functional(Closure<Void> action) |
|
Set<FunctionalTest> |
functionalTestTasks() |
|
void |
integration(Action<? super Integration> action) |
|
void |
integration(Closure<Void> action) |
|
Set<IntegrationTest> |
integrationTasks() |
|
boolean |
isAggregateSet() |
|
boolean |
isJarSet() |
|
boolean |
isLoggingSet() |
|
static void |
merge(Testing o1, Testing o2) |
|
void |
postMerge() |
|
void |
setAggregate(boolean aggregate) |
|
void |
setJar(boolean jar) |
|
void |
setLogging(boolean logging) |
|
Set<Test> |
testTasks() |
|
Map<String, Map<String, Object>> |
toMap() |
Methods inherited from class | Name |
---|---|
class AbstractTestingFeature |
hasTestSourceSets, hasTestSourceSets |
class AbstractFeature |
isEnabledSet, isRoot, merge, normalize, postMerge, setEnabled |
Groovy Documentation