JvmClasspathTestRunSource

A KotlinExecution.ExecutionSource that provides the classpath and testClassesDirs where JVM test classes can be found.

Properties

Link copied to clipboard
abstract val classpath: FileCollection

The tests classpath.

Link copied to clipboard
abstract val testClassesDirs: FileCollection

The part of the classpath where JVM test classes are located for execution.