Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startAndStopDoesNothingWhenNothingRedirected (0.55 sec)

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

        private final StandardOutputRedirector.OutputListener stdOutListener = Mock()
        private final StandardOutputRedirector.OutputListener stdErrListener = Mock()
    
        def startAndStopDoesNothingWhenNothingRedirected() {
            when:
            redirector.start()
            System.out.println('this is stdout')
            System.err.println('this is stderr')
            redirector.stop()
    
            then:
    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