org.apache.maven.surefire.report
Class DefaultDirectConsoleReporter

java.lang.Object
  extended by org.apache.maven.surefire.report.DefaultDirectConsoleReporter
All Implemented Interfaces:
ConsoleLogger

public class DefaultDirectConsoleReporter
extends Object
implements ConsoleLogger

Author:
Kristian Rosenvold

Constructor Summary
DefaultDirectConsoleReporter(PrintStream systemOut)
           
 
Method Summary
 void info(String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDirectConsoleReporter

public DefaultDirectConsoleReporter(PrintStream systemOut)
Method Detail

info

public void info(String message)
Specified by:
info in interface ConsoleLogger


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