org.apache.maven.surefire.report
Interface DirectConsoleReporter

All Known Implementing Classes:
DefaultDirectConsoleReporter

public interface DirectConsoleReporter

Allows providers to write console messages on the running maven process. This output is associated with the entire test run and not a specific test, which means it just goes straight to the console immediately. s*


Method Summary
 void writeMessage(String message)
           
 

Method Detail

writeMessage

void writeMessage(String message)


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