Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for logsLineWhichIsLongerThanInitialBufferLength (0.23 sec)

  1. subprojects/core/src/test/groovy/org/gradle/util/LineBufferingOutputStreamTest.groovy

            then:
            1 * action.text("line 1" + separator)
            1 * action.text("line 2" + separator)
        }
    
        def logsLineWhichIsLongerThanInitialBufferLength() {
            when:
            final String separator = "-"
            LineBufferingOutputStream outputStream = new LineBufferingOutputStream(action, separator, 8)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 12 07:56:08 UTC 2021
    - 5.3K bytes
    - Viewed (0)
Back to top