Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IncludedBuildFixture (0.49 sec)

  1. subprojects/core/src/test/groovy/org/gradle/execution/selection/DefaultBuildTaskSelectorTest.groovy

            projectState.owner >> build.state
    
            build.rootChildProjects.add(projectState)
    
            return projectState
        }
    
        class IncludedBuildFixture {
            final IncludedBuildState state
            final ProjectState rootProject
    
            IncludedBuildFixture(IncludedBuildState state, ProjectState rootProject) {
                this.state = state
                this.rootProject = rootProject
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 10:15:47 UTC 2024
    - 13.4K bytes
    - Viewed (0)
Back to top