Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectSettingsBuiltWithFailure (0.22 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/build/DefaultBuildLifecycleControllerTest.groovy

            discardResult.failures.empty
        }
    
        void testNotifiesListenerOnLoadSettingsFailure() {
            def failure = new RuntimeException()
    
            when:
            expectSettingsBuiltWithFailure(failure)
    
            def controller = this.controller()
            controller.loadSettings()
    
            then:
            def t = thrown RuntimeException
            t == failure
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 11:17:11 UTC 2024
    - 20.3K bytes
    - Viewed (0)
Back to top