Package com.github.sbt.junit.jupiter.api
Class StreamPair
java.lang.Object
com.github.sbt.junit.jupiter.api.StreamPair
Standard output and error stream pair.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionStreamPair(PrintStream out, PrintStream err) Creates a stream pair from the given output and error print stream. -
Method Summary
-
Constructor Details
-
StreamPair
Creates a stream pair from the given output and error print stream.- Parameters:
out- The standard output print stream.err- the error output print stream.
-
-
Method Details
-
get
- Parameters:
type- The requested type.- Returns:
- The print stream of the specified
type.
-