Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for failsToGetSingleFileWhenCollectionIsEmpty (0.35 sec)

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

                assertThat(e.getMessage(), equalTo("Expected collection-display-name to contain exactly one file, however, it contains more than one file."))
            }
        }
    
        void failsToGetSingleFileWhenCollectionIsEmpty() {
            TestFileCollection collection = new TestFileCollection()
    
            expect:
            try {
                collection.getSingleFile()
                fail()
    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