Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ranWithLocale (0.25 sec)

  1. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/LocaleSupportDaemonIntegrationTest.groovy

                    }
                }
            """
    
            when:
            runWithLocale locales[0]
    
            then:
            ranWithLocale locales[0]
            daemons.daemons.size() == 1
    
            when:
            runWithLocale locales[1]
    
            then:
            ranWithLocale locales[1]
            daemons.daemons.size() == 2
        }
    
        def "locale is restored after build"() {
            def startLocale = locales[0]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3.8K bytes
    - Viewed (0)
Back to top