-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.jetbrains.kotlin.gradle.plugin.KotlinExecution
public interface KotlinTestRun<SourceType extends KotlinExecution.ExecutionSource> implements KotlinExecution<SourceType>
-
-
Method Summary
Modifier and Type Method Description abstract Unitfilter(Function1<TestFilter, Unit> configureFilter)abstract Unitfilter(Closure<?> configureFilter)abstract SourceTypegetExecutionSource()The source of the executable code that this execution runs from. -
-
Method Detail
-
getExecutionSource
abstract SourceType getExecutionSource()
The source of the executable code that this execution runs from. It is usually set via members of execution source support interfaces, such as CompilationExecutionSourceSupport or ClasspathTestRunSourceSupport, or
setExecutionSourceFrom*functions.
-
-
-
-