Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrapsFailureToAddElement (5.08 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/archive/ZipCopyActionTest.groovy

            def e = thrown(org.gradle.api.tasks.bundling.internal.Zip64RequiredException)
            e.message == "xyz\n\nTo build this archive, please enable the zip64 extension.\nSee: doc url"
        }
    
        void wrapsFailureToAddElement() {
            given:
            Throwable failure = new RuntimeException("broken")
    
            def brokenFile = brokenFile("dir/file1", failure)
            when:
            visit(visitor, brokenFile)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jun 22 14:26:33 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top