Interface KotlinTargetWithTests

  • All Implemented Interfaces:
    org.gradle.api.Named , org.gradle.api.attributes.HasAttributes , org.jetbrains.kotlin.gradle.plugin.HasProject , org.jetbrains.kotlin.gradle.plugin.KotlinTarget , org.jetbrains.kotlin.tooling.core.HasExtras , org.jetbrains.kotlin.tooling.core.HasMutableExtras

    
    public interface KotlinTargetWithTests<E extends KotlinExecution.ExecutionSource, T extends KotlinTargetTestRun<E>>
     implements KotlinTarget
                        
    • 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 NamedDomainObjectContainer<T> getTestRuns() The container with the test run executions.
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinTarget

        attributes, attributes, getApiElementsConfigurationName, getArtifactsTaskName, getCompilations, getCompilerOptions, getComponents, getDisambiguationClassifier, getName, getOverrideDisambiguationClassifierOnIdeImport, getPlatformType, getPreset, getPublishable, getRuntimeElementsConfigurationName, getSourcesElementsConfigurationName, getTargetName, getUseDisambiguationClassifierAsSourceSetNamePrefix, mavenPublication, mavenPublication, withSourcesJar
      • Methods inherited from class org.gradle.api.attributes.HasAttributes

        getAttributes
      • Methods inherited from class org.jetbrains.kotlin.gradle.plugin.HasProject

        getProject
      • Methods inherited from class org.jetbrains.kotlin.tooling.core.HasMutableExtras

        getExtras
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait