Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createWelcomeMessage (0.12 sec)

  1. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/cli/WelcomeMessageActionTest.groovy

            given:
            def action = createWelcomeMessage("""
    
    """)
    
            when:
            action.execute(listener)
    
            then:
            !log.toString().contains("Here are the highlights of this release:")
            1 * delegateAction.execute(_)
        }
    
        def "omits highlights when file does not exist"() {
            given:
            def action = createWelcomeMessage(null)
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 6.6K bytes
    - Viewed (0)
Back to top