Class TestingModelBasePlugin

java.lang.Object
org.gradle.testing.base.plugins.TestingModelBasePlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class TestingModelBasePlugin extends Object implements Plugin<Project>
Base plugin for testing. - Adds a TestSuiteContainer named testSuites to the model. - Copies test binaries from testSuites into binaries.
  • Constructor Details

    • TestingModelBasePlugin

      public TestingModelBasePlugin()
  • Method Details

    • apply

      public void apply(Project project)
      Description copied from interface: Plugin
      Apply this plugin to the given target object.
      Specified by:
      apply in interface Plugin<Project>
      Parameters:
      project - The target object