Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for enumListValue (0.1 sec)

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

            options[3].name == "directoryValue"
            options[3].description == "Descr directoryValue"
            options[3].argumentType == String
    
            options[4].name == "enumListValue"
            options[4].description == "Descr enumListValue"
            options[4].argumentType == List
    
            options[5].name == "enumSetValue"
            options[5].description == "Descr enumSetValue"
            options[5].argumentType == List
    
    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