Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for integerListValue (0.2 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/tasks/options/OptionReaderTest.groovy

            options[6].description == "Descr enumValue"
            options[6].argumentType == String
            options[6].availableValues as Set == ["ABC", "DEF"] as Set
    
            options[7].name == "integerListValue"
            options[7].description == "Descr integerListValue"
            options[7].argumentType == List
    
            options[8].name == "integerSetValue"
            options[8].description == "Descr integerSetValue"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Aug 10 12:45:01 UTC 2023
    - 33.4K bytes
    - Viewed (0)
Back to top