-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.jetbrains.kotlin.gradle.execution.KotlinAggregatingExecution,org.jetbrains.kotlin.gradle.plugin.KotlinExecution,org.jetbrains.kotlin.gradle.plugin.KotlinTestRun
public interface KotlinAggregatingTestRun<S extends KotlinExecution.ExecutionSource, A extends KotlinAggregateExecutionSource<S>, T extends KotlinTestRun<S>> implements KotlinAggregatingExecution<S, A, T>, KotlinTestRun<A>
-
-
Method Summary
Modifier and Type Method Description Unitfilter(Function1<TestFilter, Unit> configureFilter)abstract AgetExecutionSource()-
Methods inherited from class org.jetbrains.kotlin.gradle.testing.KotlinAggregatingTestRun
configureAllExecutions, configureAllExecutions, filter, getConfiguredExecutions -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinExecution
getName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getExecutionSource
abstract A getExecutionSource()
-
-
-
-