Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for restoreFlushesPartialLine (0.2 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/source/PrintStreamLoggingSystemTest.groovy

            stream.println('info')
    
            then:
            stream == originalStream
            original.toString() == withEOL('info')
            0 * listener._
        }
    
        def restoreFlushesPartialLine() {
            def snapshot = loggingSystem.snapshot()
            loggingSystem.setLevel(LogLevel.INFO)
            loggingSystem.startCapture()
    
            when:
            stream.print("info")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 7.4K bytes
    - Viewed (0)
Back to top