Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultAntBuilder (0.21 sec)

  1. subprojects/core/src/test/groovy/org/gradle/api/internal/project/DefaultProjectTest.groovy

        def setup() {
            rootDir = new File("/path/root").absoluteFile
            buildFile = new File(rootDir, TEST_BUILD_FILE_NAME)
    
            testAntBuilder = new DefaultAntBuilder(null, antLoggingAdapter)
    
            antBuilderFactoryMock.create() >> testAntBuilder
            script.getDisplayName() >> '[build file]'
            script.getClassName() >> 'scriptClass'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 08 13:46:07 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top