Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for MinimalFileTreeStructureVisitor (0.34 sec)

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

            given:
            def root = temporaryFolder.createDir("root")
            def patterns = new PatternSet()
            def owner = Stub(FileTreeInternal)
            def visitor = Mock(MinimalFileTree.MinimalFileTreeStructureVisitor)
    
            def fileTree = new DirectoryFileTree(root, patterns, TestFiles.fileSystem(), false)
    
            when:
            fileTree.visitStructure(visitor, owner)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 9.6K bytes
    - Viewed (0)
Back to top