|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.junitcore.LogicalStream
public class LogicalStream
A stream-like object that preserves ordering between stdout/stderr
| Constructor Summary | |
|---|---|
LogicalStream()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getOutput(boolean stdOut)
|
void |
write(boolean stdout,
byte[] b,
int off,
int len)
|
void |
writeDetails(ReportWriter reporter)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogicalStream()
| Method Detail |
|---|
public void write(boolean stdout,
byte[] b,
int off,
int len)
public void writeDetails(ReportWriter reporter)
public java.lang.String getOutput(boolean stdOut)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||