Package 

Interface KotlinNativeBinaryTestRun

  • 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>
                        
    • 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 Unit setExecutionSourceFrom(TestExecutable testExecutable) Sets this test run to use the specified testExecutable.
      abstract NativeBinaryTestRunSource getExecutionSource()
      abstract KotlinTarget getTarget()
      • 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