org.testinium.spi
Interface IMethodInvokerListener

All Known Implementing Classes:
ConsoleReporter, HTMLReporter

public interface IMethodInvokerListener

IMethodInvokerListener. You just need to implement this interface to receive notifications when methods are tested

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

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
 

Method Detail

onBegin

void onBegin()
onBegin


onTestedMethod

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

Parameters:
className -
methodName -
groupName -
failed -
stackTrace -
nbInvocations -
milliTime -
timeout -

onEnd

void onEnd()
onEnd