Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for outputOfCurrent (0.13 sec)

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

            collectFiles(filteredOutputs) == [outputDir]
    
            when:
            def outputOfCurrent = outputDir.file("outputOfCurrent").createFile()
            def afterExecution = snapshotOutput(outputDir)
            filteredOutputs = filterOutputAfterExecution(EMPTY, beforeExecution, afterExecution)
            then:
            collectFiles(filteredOutputs) == [outputDir, outputOfCurrent]
        }
    
        def "previous outputs remain outputs"() {
    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