org.apache.maven.plugin.surefire.report
Interface TestcycleConsoleOutputReceiver
- All Superinterfaces:
- org.apache.maven.surefire.report.ConsoleOutputReceiver
- All Known Implementing Classes:
- ConsoleOutputFileReporter, DirectConsoleOutput
public interface TestcycleConsoleOutputReceiver
- extends org.apache.maven.surefire.report.ConsoleOutputReceiver
- Author:
- Kristian Rosenvold
|
Method Summary |
void |
close()
|
void |
testSetCompleted(org.apache.maven.surefire.report.ReportEntry report)
|
void |
testSetStarting(org.apache.maven.surefire.report.ReportEntry reportEntry)
|
| Methods inherited from interface org.apache.maven.surefire.report.ConsoleOutputReceiver |
writeTestOutput |
testSetStarting
void testSetStarting(org.apache.maven.surefire.report.ReportEntry reportEntry)
testSetCompleted
void testSetCompleted(org.apache.maven.surefire.report.ReportEntry report)
close
void close()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.