- java.lang.Object
-
- java.io.OutputStream
-
- org.junitpioneer.jupiter.StdOutputStream
-
- org.junitpioneer.jupiter.StdOut
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public class StdOut extends StdOutputStream
For details and examples, see the documentation on standard input/output.- See Also:
StdIo
-
-
Constructor Summary
Constructors Constructor Description StdOut()
-
Method Summary
-
Methods inherited from class org.junitpioneer.jupiter.StdOutputStream
capturedLines, capturedString, write, write
-
-