org.apache.maven.surefire.report
Interface ConsoleLogger

All Known Implementing Classes:
DefaultConsoleReporter, DefaultDirectConsoleReporter, ForkingRunListener

public interface ConsoleLogger

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 info(String message)
           
 

Method Detail

info

void info(String message)


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