Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowedToLoadFromCache (0.25 sec)

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

            result.afterExecutionOutputState.get().outputFilesProducedByWork == outputsFromCache
    
            interaction { withValidCacheKey() }
    
            then:
            _ * work.allowedToLoadFromCache >> true
            1 * buildCacheController.load(cacheKey, _) >> Optional.of(loadMetadata)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 10:13:50 UTC 2024
    - 10.2K bytes
    - Viewed (0)
Back to top