Class TestSuiteBasePlugin

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

@Incubating public abstract class TestSuiteBasePlugin extends Object implements Plugin<Project>
Base test suite functionality. Makes an extension named "testing" available to the project.
Since:
7.3
  • Constructor Details

    • TestSuiteBasePlugin

      public TestSuiteBasePlugin()
  • 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