Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testSpecHasRootPathAsDestinationByDefault (0.29 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/file/copy/DefaultCopySpecResolutionTest.groovy

        def instantiator = TestUtil.instantiatorFactory().decorateLenient()
        def patternSetFactory = TestFiles.patternSetFactory
        private final DefaultCopySpec parentSpec = copySpec()
    
        def testSpecHasRootPathAsDestinationByDefault() {
            expect:
            parentSpec.buildRootResolver().getDestPath() == new RelativePath(false)
        }
    
        def testChildResolvesUsingParentDestinationPathAsDefault() {
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Feb 28 12:39:32 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top