org.apache.maven.surefire.junitcore
Class LogicalStream

java.lang.Object
  extended by org.apache.maven.surefire.junitcore.LogicalStream

public class LogicalStream
extends Object

A stream-like object that preserves ordering between stdout/stderr


Constructor Summary
LogicalStream()
           
 
Method Summary
 void write(boolean stdout, byte[] b, int off, int len)
           
 void writeDetails(ConsoleOutputReceiver outputReceiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogicalStream

public LogicalStream()
Method Detail

write

public void write(boolean stdout,
                  byte[] b,
                  int off,
                  int len)

writeDetails

public void writeDetails(ConsoleOutputReceiver outputReceiver)


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.