Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emptyDefaultBuilderList (0.4 sec)

  1. platforms/ide/ide/src/test/groovy/org/gradle/plugins/ide/internal/tooling/eclipse/DefaultEclipseProjectTest.groovy

        }
    
        def emptyDefaultNatureList() {
            def project = new DefaultEclipseProject("name", ":path", null, null, [])
    
            expect:
            project.projectNatures.isEmpty()
        }
    
        def emptyDefaultBuilderList() {
            def project = new DefaultEclipseProject("name", ":path", null, null, [])
    
            expect:
            project.buildCommands.isEmpty()
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 1.3K bytes
    - Viewed (0)
Back to top