Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emptySourcesWithPreviousOutputs (0.45 sec)

  1. platforms/core-execution/execution/src/test/groovy/org/gradle/internal/execution/steps/SkipEmptyIncrementalWorkStepTest.groovy

            def outputFileSnapshot = snapshot(previousOutputFile)
    
            when:
            def result = step.execute(work, context)
    
            then:
            interaction {
                emptySourcesWithPreviousOutputs(outputFileSnapshot)
            }
    
            and:
            1 * outputChangeListener.invalidateCachesFor(rootPaths(previousOutputFile))
    
            and:
            1 * outputsCleaner.cleanupOutputs(outputFileSnapshot)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:46:24 UTC 2023
    - 4.8K bytes
    - Viewed (0)
Back to top