Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for propertyWithDefaultValue (0.23 sec)

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

    import org.gradle.util.TestUtil
    
    class DefaultListPropertyTest extends CollectionPropertySpec<List<String>> {
        @Override
        AbstractCollectionProperty<String, List<String>> propertyWithDefaultValue() {
            return property()
        }
    
        @Override
        DefaultListProperty<String> property() {
            return new DefaultListProperty<String>(host, String)
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 13:43:02 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top