api / org.gradle.jvm.plugins / JvmTestSuiteBasePlugin

JvmTestSuiteBasePlugin

@Incubating open class JvmTestSuiteBasePlugin : RuleSource

The base plugin that needs to be applied by all plugins which provide testing support for the Java software model.

Since
2.12

Constructors

<init>

JvmTestSuiteBasePlugin()

The base plugin that needs to be applied by all plugins which provide testing support for the Java software model.

Functions

configureRuntimeClasspath

open fun configureRuntimeClasspath(testBinary: JvmTestSuiteBinarySpecInternal, serviceRegistry: ServiceRegistry, modelSchemaStore: ModelSchemaStore): Unit