Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

            when:
            def set = snapshot(existing, missing)
            then:
            assertFileSnapshot(set, existing)
            assertMissingFileSnapshot(set, missing)
            assertMissingFileSnapshot(set, existing.file("some/sub/path"))
            assertMissingFileSnapshot(set, missing.file("some/sub/path"))
        }
    
        def "can invalidate paths"() {
            def parent = tmpDir.createDir()
    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