Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for idore (0.87 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/reflect/PropertyAccessorTypeTest.groovy

            propertyNames.contains("idore")
            propertyNames.contains("tings")
        }
    
        def "deviant bean properties are considered as such by Groovy"() {
            when:
            def bean = new DeviantBean()
            bean.tings = 'Some settings'
    
            then:
            bean.tingStarted == 'Getting started!'
            bean.idore == true
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 10.8K bytes
    - Viewed (0)
Back to top