Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toAfterEvaluate (0.54 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/service/scopes/ProjectBackedPropertyHostTest.groovy

            host.beforeRead(null) == "configuration of <project> has not completed yet"
            state.toEvaluate()
            host.beforeRead(null) == "configuration of <project> has not completed yet"
            state.toAfterEvaluate()
            host.beforeRead(null) == "configuration of <project> has not completed yet"
            state.configured()
            host.beforeRead() == null
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Aug 28 21:50:20 UTC 2022
    - 3K bytes
    - Viewed (0)
Back to top