Package 

Class KotlinJvmTest.Executor

  • All Implemented Interfaces:
    org.gradle.api.internal.tasks.testing.TestExecuter

    
    public final class KotlinJvmTest.Executor
     implements TestExecuter<JvmTestExecutionSpec>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      KotlinJvmTest.Executor(TestExecuter<JvmTestExecutionSpec> delegate, String targetName)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Unit execute(JvmTestExecutionSpec testExecutionSpec, TestResultProcessor testResultProcessor)
      • Methods inherited from class org.jetbrains.kotlin.gradle.targets.jvm.tasks.KotlinJvmTest.Executor

        stopNow
      • Methods inherited from class java.lang.Object

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

      • KotlinJvmTest.Executor

        KotlinJvmTest.Executor(TestExecuter<JvmTestExecutionSpec> delegate, String targetName)
    • Method Detail

      • execute

         Unit execute(JvmTestExecutionSpec testExecutionSpec, TestResultProcessor testResultProcessor)