-
- All Implemented Interfaces:
-
org.jetbrains.kotlin.gradle.plugin.KotlinTargetConfigurator,org.jetbrains.kotlin.gradle.plugin.KotlinTargetWithTestsConfigurator
public abstract class KotlinNativeTargetWithTestsConfigurator<TargetType extends KotlinNativeTargetWithTests<TestRunType>, TestRunType extends KotlinNativeBinaryTestRun, TaskType extends KotlinNativeTest> extends KotlinNativeTargetConfigurator<TargetType> implements KotlinTargetWithTestsConfigurator<TestRunType, TargetType>
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<TaskType>testTaskClassprivate final Class<TestRunType>testRunClass
-
Constructor Summary
Constructors Constructor Description KotlinNativeTargetWithTestsConfigurator()
-
Method Summary
Modifier and Type Method Description abstract Class<TaskType>getTestTaskClass()abstract Class<TestRunType>getTestRunClass()abstract BooleanisTestTaskEnabled(TargetType target)-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinNativeTargetWithTestsConfigurator
configureArchivesAndComponent, configureFrameworkExport, configurePlatformSpecificModel, configureTest, createTestRun, defineConfigurationsForTarget -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinNativeTargetConfigurator
configureBuild, configureCompilationDefaults, configureCompilations, configureSourceSet -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.AbstractKotlinTargetConfigurator
configureTarget -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getTestTaskClass
abstract Class<TaskType> getTestTaskClass()
-
getTestRunClass
abstract Class<TestRunType> getTestRunClass()
-
isTestTaskEnabled
abstract Boolean isTestTaskEnabled(TargetType target)
-
-
-
-