KotlinTargetTestRun
interface KotlinTargetTestRun<ExecutionSource : KotlinExecution.ExecutionSource> : KotlinTestRun<ExecutionSource> , KotlinTargetExecution<ExecutionSource>
A KotlinTargetExecution that executes configured tests in the context of a specific KotlinTarget.
Properties
Link copied to clipboard
The source of the executable code that this execution runs.
Link copied to clipboard
The KotlinTarget that this execution belongs to.
Functions
Link copied to clipboard
Configures filtering for executable tests using the provided configureFilter configuration.