public class NullOutputConsumer extends java.lang.Object implements OutputConsumer
| Constructor and Description |
|---|
NullOutputConsumer() |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeFooterLine(java.lang.String line)
Process a line from Surefire footer
|
void |
consumeHeaderLine(java.lang.String line)
Process a line from Surefire header
|
void |
consumeMessageLine(java.lang.String line)
Process a line with a Surefire message (not part of test output)
|
void |
consumeOutputLine(java.lang.String line)
Process a line from test output
|
void |
testSetCompleted()
This method will be called when a test set ends, after consuming all its surefire message lines.
|
void |
testSetStarting(ReportEntry reportEntry)
This method will be called when a test set starts, before consuming surefire message lines.
|
public void consumeHeaderLine(java.lang.String line)
OutputConsumerconsumeHeaderLine in interface OutputConsumerline - the line to processpublic void consumeMessageLine(java.lang.String line)
OutputConsumerconsumeMessageLine in interface OutputConsumerline - the line to processpublic void consumeFooterLine(java.lang.String line)
OutputConsumerconsumeFooterLine in interface OutputConsumerline - the line to processpublic void consumeOutputLine(java.lang.String line)
OutputConsumerconsumeOutputLine in interface OutputConsumerline - the line to processpublic void testSetStarting(ReportEntry reportEntry)
OutputConsumertestSetStarting in interface OutputConsumerreportEntry - The ReportEntry with the name and group (optional) of the test that startspublic void testSetCompleted()
OutputConsumertestSetCompleted in interface OutputConsumerCopyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.