Package org.gradle.testing.base.plugins
Class TestSuiteBasePlugin
- java.lang.Object
-
- org.gradle.testing.base.plugins.TestSuiteBasePlugin
-
@Incubating public abstract class TestSuiteBasePlugin extends java.lang.Object implements Plugin<Project>
Base test suite functionality. Makes an extension named "testing" available to the project.- Since:
- 7.3
-
-
Constructor Summary
Constructors Constructor Description TestSuiteBasePlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
apply(Project project)
Apply this plugin to the given target object.
-