Package org.gradle.testing.base.plugins
Class TestingModelBasePlugin
- java.lang.Object
-
- org.gradle.testing.base.plugins.TestingModelBasePlugin
-
@Incubating public abstract class TestingModelBasePlugin extends java.lang.Object implements Plugin<Project>
Base plugin for testing. - Adds aTestSuiteContainer
namedtestSuites
to the model. - Copies test binaries fromtestSuites
intobinaries
.
-
-
Constructor Summary
Constructors Constructor Description TestingModelBasePlugin()
-
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.
-