Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canMatchFilesWithMultiplePatterns (0.29 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/copy/CopySpecMatchingTest.groovy

                copyAction.execute(details2)
            }
    
            then:
            1 * matchingAction.execute(details1)
            0 * matchingAction.execute(details2)
        }
    
        def canMatchFilesWithMultiplePatterns() {
            given:
            FileCopyDetails details1 = details('path/abc.txt')
            FileCopyDetails details2 = details('path/bcd.txt')
            FileCopyDetails details3 = details('path/cde.txt')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 28 12:39:32 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top