Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canAddCollectionsTogether (0.62 sec)

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

            TestFileCollection collection = new TestFileCollection(file1, file2)
    
            expect:
            assertThat(collection.getAsPath(), equalTo(file1.path + File.pathSeparator + file2.path))
        }
    
        void canAddCollectionsTogether() {
            File file1 = new File("f1")
            File file2 = new File("f2")
            File file3 = new File("f3")
            TestFileCollection collection1 = new TestFileCollection(file1, file2)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top