Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createsZipFile (0.17 sec)

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

            visitor = new ZipCopyAction(zipFile, new DefaultZipCompressor(false, ZipArchiveOutputStream.STORED), new DocumentationRegistry(), encoding, false)
        }
    
        void createsZipFile() {
            given:
            zip(dir("dir"), file("dir/file1"), file("file2"))
    
            when:
            TestFile expandDir = tmpDir.getTestDirectory().file("expanded")
            zipFile.unzipTo(expandDir)
    
    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