-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.jetbrains.kotlin.gradle.plugin.KotlinExecution,org.jetbrains.kotlin.gradle.plugin.KotlinTargetExecution,org.jetbrains.kotlin.gradle.plugin.KotlinTargetTestRun,org.jetbrains.kotlin.gradle.plugin.KotlinTestRun
public interface KotlinNativeBinaryTestRun implements KotlinTargetTestRun<NativeBinaryTestRunSource>
-
-
Method Summary
Modifier and Type Method Description abstract UnitsetExecutionSourceFrom(TestExecutable testExecutable)Sets this test run to use the specified testExecutable. abstract NativeBinaryTestRunSourcegetExecutionSource()abstract KotlinTargetgetTarget()-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTargetTestRun
filter, filter -
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
-
setExecutionSourceFrom
abstract Unit setExecutionSourceFrom(TestExecutable testExecutable)
Sets this test run to use the specified testExecutable.
This overrides other executionSource options.
-
getExecutionSource
abstract NativeBinaryTestRunSource getExecutionSource()
-
getTarget
abstract KotlinTarget getTarget()
-
-
-
-