Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outputOfOther (0.08 sec)

  1. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/history/impl/OutputSnapshotUtilTest.groovy

        }
    
        def "only newly created files in directory are part of filtered outputs"() {
            def outputDir = temporaryFolder.file("outputDir").createDir()
            outputDir.file("outputOfOther").createFile()
            def beforeExecution = snapshotOutput(outputDir)
    
            when:
            def filteredOutputs = filterOutputAfterExecution(EMPTY, beforeExecution, beforeExecution)
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 7.1K bytes
    - Viewed (0)
Back to top