Package 

Interface KotlinAggregatingTestRun

  • All Implemented Interfaces:
    org.gradle.api.Named , org.jetbrains.kotlin.gradle.execution.KotlinAggregatingExecution , org.jetbrains.kotlin.gradle.plugin.KotlinExecution , org.jetbrains.kotlin.gradle.plugin.KotlinTestRun

    
    public interface KotlinAggregatingTestRun<S extends KotlinExecution.ExecutionSource, A extends KotlinAggregateExecutionSource<S>, T extends KotlinTestRun<S>>
     implements KotlinAggregatingExecution<S, A, T>, KotlinTestRun<A>
                        
    • 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
      Unit filter(Function1<TestFilter, Unit> configureFilter)
      abstract A getExecutionSource()
      • Methods inherited from class org.jetbrains.kotlin.gradle.testing.KotlinAggregatingTestRun

        configureAllExecutions, configureAllExecutions, filter, getConfiguredExecutions
      • 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