JvmTestSuitePlugin

A org.gradle.api.Plugin that adds extensions for declaring, compiling and running JvmTestSuites.

This plugin provides conventions for several things:

  • All other JvmTestSuite will use the JUnit Jupiter testing framework unless specified otherwise.
  • A single test suite target is added to each JvmTestSuite.

Since

7.3

See also

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun apply(project: Project)
Apply this plugin to the given target object.