Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newUnionFileCollection (0.15 sec)

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

    class UnionFileCollectionTest extends Specification {
        def file1 = new File("1")
        def file2 = new File("2")
        def file3 = new File("3")
    
        private UnionFileCollection newUnionFileCollection(FileCollectionInternal... source) {
            new UnionFileCollection(TestFiles.taskDependencyFactory(), source)
        }
    
        def containsUnionOfAllSourceCollections() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top