KotlinTargetTestRun

Properties

Link copied to clipboard

The source of the executable code that this execution runs.

Link copied to clipboard
abstract val target: KotlinTarget

The KotlinTarget that this execution belongs to.

Functions

Link copied to clipboard
abstract fun filter(configureFilter: Closure<*>)
abstract fun filter(configureFilter: TestFilter.() -> Unit)

Configures filtering for executable tests using the provided configureFilter configuration.

Link copied to clipboard
abstract fun getName(): String