Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for resolvesBuildableWithInternalTaskDependency (0.31 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/tasks/CachingTaskDependencyResolveContextTest.groovy

            1 * buildable.getBuildDependencies() >> { otherDependency }
            1 * otherDependency.getDependencies(task) >> { [target] as Set }
            tasks == [target] as LinkedHashSet
        }
    
        def resolvesBuildableWithInternalTaskDependency() {
            Buildable buildable = Mock()
            TaskDependency otherDependency = Mock(TaskDependencyContainerInternal)
    
            when:
            def tasks = context.getDependencies(task, dependency)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 8.2K bytes
    - Viewed (0)
Back to top