Package 

Class KotlinNativeHostTest

  • All Implemented Interfaces:
    kotlin.Comparable , org.gradle.api.Task , org.gradle.api.internal.DynamicObjectAware , org.gradle.api.internal.IConventionAware , org.gradle.api.internal.TaskInternal , org.gradle.api.plugins.ExtensionAware , org.gradle.api.reporting.Reporting , org.gradle.api.tasks.VerificationTask , org.gradle.util.Configurable

    
    public abstract class KotlinNativeHostTest
    extends KotlinNativeTest
                        

    A task running Kotlin/Native tests on a host machine.

    • 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
      abstract ProviderFactory getProviderFactory()
      final Property<FileCollection> getExecutableProperty()
      final List<String> getArgs()
      final Unit setArgs(@Input() List<String> args)
      final File getExecutable()
      final Unit setExecutable(File executable)
      final String getWorkingDir()
      final Unit setWorkingDir(String workingDir)
      final Map<String, Object> getEnvironment()
      final Unit setEnvironment(Map<String, Object> environment)
      final <ERROR CLASS> getTrackedEnvironment()
      final String getTargetName()
      final Unit setTargetName(@Input() @Optional() String targetName)
      final <ERROR CLASS> getExcludes()
      final Unit )>setExcludes(@Deprecated(message = "Use filter.excludePatterns instead.", replaceWith = @ReplaceWith(imports = {}, expression = "filter.excludePatterns")) @Internal() <ERROR CLASS> excludes)
      final Set<String> getIncludePatterns()
      final Set<String> getExcludePatterns()
      FileResolver getFileResolver()
      ExecHandleFactory getExecHandleFactory()
      final Boolean getIgnoreRunFailures()
      final Unit setIgnoreRunFailures(@Input() Boolean ignoreRunFailures)
      • Methods inherited from class org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeHostTest

        environment, environment, executable, executable, executable, executable, executable, executable, trackEnvironment, trackEnvironment
      • Methods inherited from class org.jetbrains.kotlin.gradle.targets.native.tasks.KotlinNativeTest

        addRunListener
      • Methods inherited from class org.gradle.api.internal.ConventionTask

        compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
      • Methods inherited from class org.gradle.api.DefaultTask

        appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects
      • Methods inherited from class org.gradle.api.tasks.testing.AbstractTestTask

        conventionMapping, conventionMapping, getConventionMapping
      • Methods inherited from class org.jetbrains.kotlin.gradle.tasks.KotlinTest

        addTestListener, addTestOutputListener, afterSuite, afterTest, beforeSuite, beforeTest, executeTests, getBinResultsDir, getBinaryResultsDirectory, getBuildOperationExecutor, getFailFast, getFileSystemOperations, getFilter, getHostnameLookup, getIgnoreFailures, getInstantiator, getListenerManager, getNoMatchingTestErrorReasons, getProgressLoggerFactory, getReports, getTestListenerInternalBroadcaster, getTestLogging, getTestOutputListenerBroadcaster, getTextOutputFactory, onOutput, removeTestListener, removeTestOutputListener, reports, reports, setBinResultsDir, setFailFast, setIgnoreFailures, setTestNameIncludePatterns, setTestReporter, testLogging, testLogging
      • Methods inherited from class java.lang.Object

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