Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for containsUnionOfAllSourceCollections (0.54 sec)

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

        private UnionFileCollection newUnionFileCollection(FileCollectionInternal... source) {
            new UnionFileCollection(TestFiles.taskDependencyFactory(), source)
        }
    
        def containsUnionOfAllSourceCollections() {
            def source1 = new TestFileCollection(file1, file2)
            def source2 = new TestFileCollection(file2, file3)
    
            expect:
            def collection = newUnionFileCollection(source1, source2)
    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