Package-level declarations

Types

Link copied to clipboard
open class MultiJVMTestingExtension(objects: ObjectFactory) : Serializable

Extension for the MultiJVMTestingPlugin.

Link copied to clipboard
open class MultiJVMTestingPlugin : Plugin<Project>

A Plugin that configures the build with the ability to test using multiple JVMs.

Link copied to clipboard
abstract class TestOnSpecificJvmVersion @Inject constructor(val jvmVersion: Int) : Test

A special Test task configured to run the tests using a specific jvmVersion.