Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for regularFileValue (0.14 sec)

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

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