Package org.apache.maven.plugin.surefire.booterclient.output

Interface Summary
OutputConsumer Surefire output consumer that will be called from Surefire when forking tests to process the lines of the surefire header, messages, footer and test output from the forked Surefire execution.
 

Class Summary
FileOutputConsumerProxy Surefire output consumer proxy that writes test output to a File for each test suite.
NullOutputConsumer  
OutputConsumerProxy Surefire output consumer that will delegate to another OutputConsumer
PrintWriterOutputConsumer Surefire output consumer that writes everything to a Writer
StandardOutputConsumer Surefire output consumer that writes everything to System.out
SupressFooterOutputConsumerProxy Surefire output consumer that will take out the surefire footer
SupressHeaderOutputConsumerProxy Surefire output consumer that will take out the surefire header
SynchronizedOutputConsumer Imposes synchronization on a non-thredsafe OutputConsumer
 



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