Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertHasBuildPhase (0.21 sec)

  1. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/AbstractConsoleBuildPhaseFunctionalTest.groovy

            expect:
            settings.waitForAllPendingCalls()
            assertHasBuildPhase("0% INITIALIZING")
            settings.releaseAll()
    
            and:
            rootBuildScript.waitForAllPendingCalls()
            assertHasBuildPhase("0% CONFIGURING")
            rootBuildScript.releaseAll()
    
            and:
            bBuildScript.waitForAllPendingCalls()
            assertHasBuildPhase("40% CONFIGURING")
            bBuildScript.releaseAll()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 07:25:15 UTC 2024
    - 16.9K bytes
    - Viewed (0)
Back to top