Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasDescendantsUnder (0.13 sec)

  1. platforms/core-execution/snapshots/src/test/groovy/org/gradle/internal/vfs/impl/DefaultSnapshotHierarchyTest.groovy

            !s.hasDescendantsUnder(sibling.absolutePath)
            collectSnapshots(s, sibling.absolutePath).empty
    
            def intermediate = dir1.file("dir5/and")
            s.hasDescendantsUnder(intermediate.absolutePath)
            collectSnapshots(s, intermediate.absolutePath)*.absolutePath == [dir1dir5.absolutePath]
    
    
            def anotherSibling = dir1.file("dir5/and/different")
            !s.hasDescendantsUnder(anotherSibling.absolutePath)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Nov 22 09:41:32 UTC 2023
    - 32.4K bytes
    - Viewed (0)
Back to top