Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAsFileTrees (0.33 sec)

  1. platforms/core-configuration/file-collections/src/test/groovy/org/gradle/api/internal/file/CompositeFileCollectionTest.groovy

            when:
            collection.visitStructure(visitor)
    
            then:
            1 * visitor.startVisit(_, collection) >> false
            0 * _
        }
    
        def "getAsFiletrees() returns union of file trees"() {
            def dir1 = tmpDir.createDir("dir1")
            def dir2 = tmpDir.createDir("dir2")
            def source1 = Mock(FileTreeInternal)
            def source2 = Mock(FileTreeInternal)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 9.4K bytes
    - Viewed (0)
Back to top