Package 

Interface KotlinNativeSimulatorTestRun

  • 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 , org.jetbrains.kotlin.gradle.targets.native.KotlinNativeBinaryTestRun

    
    public interface KotlinNativeSimulatorTestRun
     implements KotlinNativeBinaryTestRun
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract String getDeviceId() Determines which simulated device will be used to execute the test run.
      abstract Unit setDeviceId(String deviceId) Determines which simulated device will be used to execute the test run.
      • Methods inherited from class org.jetbrains.kotlin.gradle.targets.native.KotlinNativeBinaryTestRun

        setExecutionSourceFrom
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTestRun

        filter, filter
      • Methods inherited from class org.gradle.api.Named

        getName
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinExecution

        getExecutionSource
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTargetExecution

        getTarget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getDeviceId

         abstract String getDeviceId()

        Determines which simulated device will be used to execute the test run. To get list of all available devices, run xcrun simctl list.

      • setDeviceId

         abstract Unit setDeviceId(String deviceId)

        Determines which simulated device will be used to execute the test run. To get list of all available devices, run xcrun simctl list.