| Package | Description |
|---|---|
| org.apache.maven.plugin.surefire.booterclient | |
| org.apache.maven.plugin.surefire.booterclient.output |
| Modifier and Type | Method and Description |
|---|---|
OutputConsumer |
ForkingStreamConsumer.getOutputConsumer()
Get the underlying output consumer.
|
| Constructor and Description |
|---|
ForkingStreamConsumer(OutputConsumer outputConsumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileOutputConsumerProxy
Surefire output consumer proxy that writes test output to a
File for each test suite. |
class |
NullOutputConsumer |
class |
OutputConsumerProxy
Surefire output consumer that will delegate to another
OutputConsumer |
class |
PrintWriterOutputConsumer
Surefire output consumer that writes everything to a
Writer |
class |
StandardOutputConsumer
Surefire output consumer that writes everything to
System.out |
class |
SupressFooterOutputConsumerProxy
Surefire output consumer that will take out the surefire footer
|
class |
SupressHeaderOutputConsumerProxy
Surefire output consumer that will take out the surefire header
|
class |
SynchronizedOutputConsumer
Imposes synchronization on a non-thredsafe OutputConsumer
|
| Modifier and Type | Method and Description |
|---|---|
OutputConsumer |
OutputConsumerProxy.getOutputConsumer()
OutputConsumer that calls will be delegated to |
| Constructor and Description |
|---|
FileOutputConsumerProxy(OutputConsumer outputConsumer,
java.io.File reportsDirectory)
Create a consumer that will write to a
File for each test |
OutputConsumerProxy(OutputConsumer outputConsumer)
Create a output consumer that will delegate all calls to the proxied output consumer
|
SupressFooterOutputConsumerProxy(OutputConsumer nextFilter)
Create a consumer that will delegate all calls to the next filter but
SupressFooterOutputConsumerProxy.consumeFooterLine(String) |
SupressHeaderOutputConsumerProxy(OutputConsumer nextFilter)
Create a consumer that will delegate all calls to the next filter but
SupressHeaderOutputConsumerProxy.consumeHeaderLine(String) |
SynchronizedOutputConsumer(OutputConsumer target) |
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.