Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canRedirectMultipleTimes (0.4 sec)

  1. platforms/software/testing-base-infrastructure/src/test/groovy/org/gradle/api/internal/tasks/testing/redirector/DefaultStandardOutputRedirectorTest.groovy

            redirector.start()
            System.out.print('this is stdout')
            System.out.flush()
    
            then:
            1 * stdOutListener.onOutput('this is stdout')
        }
    
        def canRedirectMultipleTimes() {
            when:
            redirector.redirectStandardErrorTo(stdErrListener)
            redirector.start()
            redirector.stop()
            redirector.redirectStandardOutputTo(stdOutListener)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 15:59:04 UTC 2024
    - 3.8K bytes
    - Viewed (0)
Back to top