org.apache.maven.surefire.report
Class DefaultConsoleOutputReceiver

java.lang.Object
  extended by org.apache.maven.surefire.report.DefaultConsoleOutputReceiver
All Implemented Interfaces:
ConsoleOutputReceiver

public class DefaultConsoleOutputReceiver
extends Object
implements ConsoleOutputReceiver

Author:
Kristian Rosenvold

Constructor Summary
DefaultConsoleOutputReceiver(ConsoleOutputReceiver defaultConsoleOutputReceiver, boolean dumpToConsole)
           
 
Method Summary
 void writeTestOutput(byte[] buf, int off, int len, boolean stdout)
          Forwards process output from the running test-case into the reporting system
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConsoleOutputReceiver

public DefaultConsoleOutputReceiver(ConsoleOutputReceiver defaultConsoleOutputReceiver,
                                    boolean dumpToConsole)
Method Detail

writeTestOutput

public void writeTestOutput(byte[] buf,
                            int off,
                            int len,
                            boolean stdout)
Description copied from interface: ConsoleOutputReceiver
Forwards process output from the running test-case into the reporting system

Specified by:
writeTestOutput in interface ConsoleOutputReceiver
Parameters:
buf - the buffer to write
off - offset
len - len
stdout - Indicates if this is stdout


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