Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StrictVersionConstraints (0.17 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/NodeStateTest.groovy

            childNode.collectAncestorsStrictVersions([edge1, edge2])
    
            then:
            childNode.ancestorsStrictVersionConstraints == StrictVersionConstraints.EMPTY
            parent1.ownStrictVersionConstraints != StrictVersionConstraints.EMPTY
            parent2.ownStrictVersionConstraints == StrictVersionConstraints.EMPTY
        }
    
        def "computes intersection of ancestors"() {
            when:
            def parent1Edge = edge(root, false)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 10.9K bytes
    - Viewed (0)
Back to top