Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tingStarted (0.08 sec)

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

        def "deviant bean properties are considered as such by Java"() {
            expect:
            def propertyNames = Introspector.getBeanInfo(DeviantBean).propertyDescriptors.collect { it.name }
            propertyNames.contains("tingStarted")
            propertyNames.contains("ccCompiler")
            propertyNames.contains("idore")
            propertyNames.contains("tings")
        }
    
        def "deviant bean properties are considered as such by Groovy"() {
    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