Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stringListValue (0.26 sec)

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

            options[10].name == "regularFileValue"
            options[10].description == "Descr regularFileValue"
            options[10].argumentType == String
    
            options[11].name == "stringListValue"
            options[11].description == "Descr stringListValue"
            options[11].argumentType == List
    
            options[12].name == "stringSetValue"
            options[12].description == "Descr stringSetValue"
    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