public interface OutputConsumer
| 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.
|
void consumeHeaderLine(java.lang.String line)
line - the line to processvoid consumeMessageLine(java.lang.String line)
line - the line to processvoid consumeFooterLine(java.lang.String line)
line - the line to processvoid consumeOutputLine(java.lang.String line)
line - the line to processvoid testSetStarting(ReportEntry reportEntry)
reportEntry - The ReportEntry with the name and group (optional) of the test that startsvoid testSetCompleted()
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.