Class LogicalStream
- java.lang.Object
-
- org.apache.maven.surefire.junitcore.LogicalStream
-
public final class LogicalStream extends java.lang.Object
A stream-like object that preserves ordering between stdout/stderr
-
-
Constructor Summary
Constructors Constructor Description LogicalStream()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(boolean stdout, byte[] b, int off, int len)
void
writeDetails(org.apache.maven.surefire.report.ConsoleOutputReceiver outputReceiver)
-