Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canConstructInstanceOfInterfaceWithFileCollectionGetter (0.49 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratedManagedStateTest.groovy

            !bean.prop1
            bean.setProp1(true)
            bean.prop1
    
            bean.prop2 == 0
            bean.setProp2(12)
            bean.prop2 == 12
        }
    
        def canConstructInstanceOfInterfaceWithFileCollectionGetter() {
            def projectDir = tmpDir.testDirectory
            def bean = create(InterfaceFileCollectionBean)
    
            expect:
            bean.prop.toString() == "file collection"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top