com.tngtech.jgiven.impl.intercept
Interface StepMethodHandler


public interface StepMethodHandler


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

Method Detail

handleMethod

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

handleThrowable

void handleThrowable(Throwable t)
                     throws Throwable
Throws:
Throwable

handleMethodFinished

void handleMethodFinished(long durationInNanos)


Copyright © 2014 TNG Technology Consulting. All rights reserved.