Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for closuresCalled (2.88 sec)

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

            0 * action._
            child1.is(child)
        }
    
        def methodMissing() {
            given:
            boolean closureCalled = false
            Closure testConfigureClosure = { closureCalled = true }
            when:
            project.someTask(testConfigureClosure)
            then:
            closureCalled
    
            when:
            project.convention.plugins.test = new TestConvention()
            then:
    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