Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unsetConvention (0.11 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/collections/DefaultConfigurableFileCollectionSpec.groovy

            when:
            collection.unset()
    
            then:
            assert !collection.explicit
            collection.from as List == ["src0"]
    
            when:
            collection.unsetConvention()
    
            then:
            collection.from as List == []
        }
    
        def "can set convention as explicit value"() {
            given:
            collection.convention("src0")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Mar 18 17:09:50 UTC 2024
    - 53K bytes
    - Viewed (0)
Back to top