Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ProjectFixture (0.13 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/AbstractCommandLineOrderTaskIntegrationTest.groovy

            final String name
            final TestFile buildDir
            Map<String, ProjectFixture> projects = [:]
    
            BuildFixture(String name, TestFile buildDir) {
                this.name = name
                this.buildDir = buildDir
            }
    
            ProjectFixture subproject(String path) {
                return projects.get(path, new ProjectFixture(this, path))
            }
    
            void writeFiles() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 7.7K bytes
    - Viewed (0)
Back to top