Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SUB_DIR (0.12 sec)

  1. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/idea/model/PathFactoryTest.groovy

            factory.addPathVariable('SUB_DIR', tmpDir.file('sub'))
    
            expect:
            def path = factory.path(tmpDir.file('sub', 'a'))
            path.url == 'file://$SUB_DIR$/a'
            path.relPath == '$SUB_DIR$/a'
        }
    
        def createsPathForARootDir() {
            factory.addPathVariable('SUB_DIR', tmpDir.file('sub'))
            factory.addPathVariable('ROOT_DIR', tmpDir.testDirectory)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 7.9K bytes
    - Viewed (0)
Back to top