Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for canAppendToAnAppendable (0.17 sec)

  1. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/services/StreamBackedStandardOutputListenerTest.groovy

    import org.gradle.internal.logging.text.StreamBackedStandardOutputListener
    import spock.lang.Specification
    
    class StreamBackedStandardOutputListenerTest extends Specification {
        def canAppendToAnAppendable() {
            Appendable appendable = Mock()
            def listener = new StreamBackedStandardOutputListener(appendable)
    
            when:
            listener.onOutput("text")
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 1.7K bytes
    - Viewed (0)
Back to top