Code name: Mute output
To mute the output (i.e. don't forward output to System.out
/ System.err
) call stream.captureMuted()
instead of stream.capture()
. This can be useful to speed up unit tests.
- #16: Mute output of captured streams
Code name: Mute output
To mute the output (i.e. don't forward output to System.out
/ System.err
) call stream.captureMuted()
instead of stream.capture()
. This can be useful to speed up unit tests.