Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for asElement (0.1 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/api/internal/provider/MapPropertySpec.groovy

            expect:
            assertHasNoProducer(property)
            def value = property.calculateExecutionTimeValue()
            value.isMissing()
        }
    
        def "has no producer and missing execution time value when selement provider with no value added"() {
            given:
            property.putAll([a: '1', b: '2'])
            property.put('k', supplierWithValues('3'))
            property.put('c', '3')
            property.putAll(supplierWithNoValue())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 11:41:55 UTC 2024
    - 58.7K bytes
    - Viewed (0)
Back to top