Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compileTestBinaryJava (0.55 sec)

  1. platforms/software/platform-base/src/test/groovy/org/gradle/platform/base/internal/DefaultBinaryNamingSchemeTest.groovy

            "test"     | "binary"   | null      | null   | "testBinary"
            "test"     | "binary"   | "compile" | null   | "compileTestBinary"
            "test"     | "binary"   | "compile" | "java" | "compileTestBinaryJava"
        }
    
        def "generates binary name from type and dimension attributes"() {
            def namingScheme = createNamingScheme("parent", "executable", dimensions)
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top