com.tngtech.jgiven.impl.intercept
Interface StepMethodHandler


public interface StepMethodHandler


Method Summary
 void handleMethod(java.lang.Object targetObject, java.lang.reflect.Method paramMethod, java.lang.Object[] arguments, InvocationMode mode)
           
 void handleMethodFinished(long durationInNanos)
           
 void handleThrowable(java.lang.Throwable t)
           
 

Method Detail

handleMethod

void handleMethod(java.lang.Object targetObject,
                  java.lang.reflect.Method paramMethod,
                  java.lang.Object[] arguments,
                  InvocationMode mode)
                  throws java.lang.Throwable
Throws:
java.lang.Throwable

handleThrowable

void handleThrowable(java.lang.Throwable t)
                     throws java.lang.Throwable
Throws:
java.lang.Throwable

handleMethodFinished

void handleMethodFinished(long durationInNanos)