Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for notContainedChild (0.3 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/copy/DefaultCopySpecTest.groovy

            child2
            spec.children == [child1, child2]
    
            when:
            DefaultCopySpec child3 = spec.addChildBeforeSpec(notContainedChild)
    
            then:
            child3
            spec.children == [child1, child2, child3]
    
            where:
            notContainedChild << [null, Stub(CopySpecInternal)]
        }
    
        def 'properties accessed directly have defaults'() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 26 08:05:50 UTC 2023
    - 14.7K bytes
    - Viewed (0)
Back to top