Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/LineEndingNormalizingResourceHasherTest.groovy

            def snapshotContext = snapshotContext(file)
            def zipContext = zipContext(file)
    
            when:
            hasher.hash(snapshotContext)
    
            then:
            1 * delegate.hash(snapshotContext)
    
            when:
            hasher.hash(zipContext)
    
            then:
            1 * delegate.hash(zipContext)
    
            where:
            description               | contents
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top