Package 

Class DefaultSimulatorTestRun

  • All Implemented Interfaces:
    org.gradle.api.Named , org.jetbrains.kotlin.gradle.plugin.ExecutionTaskHolder , 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 , org.jetbrains.kotlin.gradle.targets.native.KotlinNativeSimulatorTestRun

    
    public class DefaultSimulatorTestRun
    extends AbstractKotlinNativeTestRun<KotlinNativeSimulatorTest> implements KotlinNativeSimulatorTestRun
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getDeviceId() Determines which simulated device will be used to execute the test run.
      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.AbstractKotlinNativeTestRun

        getExecutionSource, setExecutionSourceFrom
      • Methods inherited from class org.jetbrains.kotlin.gradle.testing.KotlinTaskTestRun

        filter, filter, getExecutionTask, getName, getTarget
      • Methods inherited from class java.lang.Object

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

      • getDeviceId

         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

         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.