Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withToUpperCaseRule (0.19 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/resolve/caching/CrossBuildCachingRuleExecutorTest.groovy

            when:
            execute(id)
    
            then:
            result.length == 6
            0 * _
        }
    
        def "executes the rule on cache miss"() {
            withToUpperCaseRule()
            def id = new Id('Alicia')
    
            when:
            execute(id)
    
            then:
            1 * valueSnapshotter.snapshot(_) >> {
                def snapshot = new StringValueSnapshot(it.toString())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 10 15:51:31 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top