Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertCannotConfigureErrorIsThrown (0.37 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/cache/DefaultCacheConfigurationsTest.groovy

            then:
            def e = thrown(IllegalStateException)
            assertCannotConfigureErrorIsThrown(e, "removeUnusedEntriesOlderThan")
    
            when:
            cacheConfigurations.downloadedResources.setRemoveUnusedEntriesAfterDays(1)
    
            then:
            e = thrown(IllegalStateException)
            assertCannotConfigureErrorIsThrown(e, "removeUnusedEntriesOlderThan")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 20:26:37 UTC 2024
    - 9.6K bytes
    - Viewed (0)
Back to top