public interface GradlePluginTestingStrategy
extends org.gradle.api.Named
GradlePluginDevelopmentTestSuite| Modifier and Type | Interface and Description |
|---|---|
static class |
GradlePluginTestingStrategy.Spec<T extends GradlePluginTestingStrategy>
Represents specification for
GradlePluginTestingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
static org.gradle.api.provider.Provider<GradlePluginTestingStrategy> |
testingStrategy(org.gradle.api.tasks.testing.Test task)
Type-safe accessor to the testingStrategy extension on
Test task. |
static org.gradle.api.provider.Provider<GradlePluginTestingStrategy> testingStrategy(org.gradle.api.tasks.testing.Test task) throws org.gradle.api.UnknownDomainObjectException
Test task.task - the test task, must not be nullProvider for the testing strategy of the specified Test task.org.gradle.api.UnknownDomainObjectException - when testingStrategy extension is not present