Class JUnitTestSuitePlugin

java.lang.Object
org.gradle.jvm.plugins.JUnitTestSuitePlugin
All Implemented Interfaces:
Plugin<Project>

@Incubating public class JUnitTestSuitePlugin extends Object implements Plugin<Project>
This plugin adds support for execution of JUnit test suites to the Java software model.
Since:
2.11
  • Constructor Details

    • JUnitTestSuitePlugin

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