Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for contentsTrackContentsOfSourceCollections (0.26 sec)

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

            def collection = newUnionFileCollection(source1, source2)
            collection.files.toList() == [file1, file2, file3]
            collection.sourceCollections == [source1, source2]
        }
    
        def contentsTrackContentsOfSourceCollections() {
            def source1 = Mock(FileCollectionInternal)
            def source2 = Mock(FileCollectionInternal)
    
            def collection = newUnionFileCollection(source1, source2)
    
            when:
    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