org.apache.maven.plugin.surefire.report
Interface TestcycleConsoleOutputReceiver

All Superinterfaces:
ConsoleOutputReceiver
All Known Implementing Classes:
ConsoleOutputFileReporter, DirectConsoleOutput

public interface TestcycleConsoleOutputReceiver
extends ConsoleOutputReceiver

Author:
Kristian Rosenvold

Method Summary
 void close()
           
 void testSetCompleted(ReportEntry report)
           
 void testSetStarting(ReportEntry reportEntry)
           
 
Methods inherited from interface org.apache.maven.surefire.report.ConsoleOutputReceiver
writeTestOutput
 

Method Detail

testSetStarting

void testSetStarting(ReportEntry reportEntry)

testSetCompleted

void testSetCompleted(ReportEntry report)

close

void close()


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