org.testinium.reporter
Class HTMLReporter

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

public class HTMLReporter
extends java.lang.Object
implements IMethodInvokerListener

HTMLReporter

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

Constructor Summary
HTMLReporter()
          HTMLReporter
 
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

HTMLReporter

public HTMLReporter()
HTMLReporter

Method Detail

onBegin

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

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

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)

onEnd

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

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