Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 23T (0.01 sec)

  1. platforms/core-runtime/process-services/src/test/groovy/org/gradle/process/internal/health/memory/MemoryAmountTest.groovy

            '23K'    | 23L * 1024
            '23m'    | 23L * 1024 * 1024
            '23M'    | 23L * 1024 * 1024
            '23g'    | 23L * 1024 * 1024 * 1024
            '23G'    | 23L * 1024 * 1024 * 1024
            '23t'    | 23L * 1024 * 1024 * 1024 * 1024
            '23T'    | 23L * 1024 * 1024 * 1024 * 1024
        }
    
        def "invalid string notation #notation"() {
            when:
            MemoryAmount.of(notation)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:10:02 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top