Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getValuesFor (0.18 sec)

  1. subprojects/core/src/test/groovy/org/gradle/execution/plan/ValuedVfsHierarchyTest.groovy

        def "the empty hierarchy has no values"() {
            def emptyHierarchy = emptyHierarchy()
    
            expect:
            emptyHierarchy.empty
            getAllValues(emptyHierarchy).empty
            getValuesFor(emptyHierarchy, "/some/location").empty
        }
    
        def "non-empty hierarchies are not-empty"() {
            def hierarchy = emptyHierarchy()
            hierarchy = hierarchy.recordValue(VfsRelativePath.of(location), 1)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 28 17:21:57 UTC 2022
    - 8.4K bytes
    - Viewed (0)
Back to top