org.testinium.reporter
Class ConsoleReporter

java.lang.Object
  extended by org.testinium.reporter.ConsoleReporter
All Implemented Interfaces:
IMethodInvokerListener

public class ConsoleReporter
extends java.lang.Object
implements IMethodInvokerListener

ConsoleReporter

Version:
1.0
Author:
Thierry Janaudy janaudy@testinium.org

Constructor Summary
ConsoleReporter()
          ConsoleReporter
 
Method Summary
 void onBegin()
          onBegin
 void onEnd()
          onEnd
 void onTestedMethod(java.lang.String className, java.lang.String methodName, java.lang.String groupName, boolean failed, java.lang.String stackTrace, int nbInvocations, long milliTime, long timeout)
          onTestedMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleReporter

public ConsoleReporter()
ConsoleReporter

Method Detail

onTestedMethod

public void onTestedMethod(java.lang.String className,
                           java.lang.String methodName,
                           java.lang.String groupName,
                           boolean failed,
                           java.lang.String stackTrace,
                           int nbInvocations,
                           long milliTime,
                           long timeout)
Description copied from interface: IMethodInvokerListener
onTestedMethod

Specified by:
onTestedMethod in interface IMethodInvokerListener
See Also:
IMethodInvokerListener.onTestedMethod(String, String, String, boolean, String, int, long, long)

onBegin

public void onBegin()
Description copied from interface: IMethodInvokerListener
onBegin

Specified by:
onBegin in interface IMethodInvokerListener
See Also:
IMethodInvokerListener.onBegin()

onEnd

public void onEnd()
Description copied from interface: IMethodInvokerListener
onEnd

Specified by:
onEnd in interface IMethodInvokerListener
See Also:
IMethodInvokerListener.onEnd()