Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for handlesWorkerActionThatThrowsException (0.49 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/process/internal/WorkerProcessIntegrationTest.groovy

            (0..1) * listenerMock.send("message 2", 2)
            0 * listenerMock._
    
            and:
            stdout.stdOut == ""
            stdout.stdErr == ""
        }
    
        def handlesWorkerActionThatThrowsException() {
            when:
            execute(worker(new BrokenRemoteProcess()).expectStopFailure())
    
            then:
            stdout.stdOut == ""
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 20 11:15:22 UTC 2023
    - 13.3K bytes
    - Viewed (0)
Back to top