org.apache.maven.surefire.booter.output
Class StandardOutputConsumer

java.lang.Object
  extended by org.apache.maven.surefire.booter.output.PrintWriterOutputConsumer
      extended by org.apache.maven.surefire.booter.output.StandardOutputConsumer
All Implemented Interfaces:
OutputConsumer

public class StandardOutputConsumer
extends PrintWriterOutputConsumer

Surefire output consumer that writes everything to System.out

Since:
2.1
Version:
$Id: StandardOutputConsumer.java 510866 2007-02-23 08:13:49Z brett $
Author:
Carlos Sanchez

Constructor Summary
StandardOutputConsumer()
          Create a consumer that will write to System.out
 
Method Summary
 
Methods inherited from class org.apache.maven.surefire.booter.output.PrintWriterOutputConsumer
consumeFooterLine, consumeHeaderLine, consumeMessageLine, consumeOutputLine, getPrintWriter, setPrintWriter, testSetCompleted, testSetStarting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardOutputConsumer

public StandardOutputConsumer()
Create a consumer that will write to System.out



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