com.jayway.awaitility.core
Class MethodCallRecorder

java.lang.Object
  extended by com.jayway.awaitility.core.MethodCallRecorder

public class MethodCallRecorder
extends Object


Constructor Summary
MethodCallRecorder()
           
 
Method Summary
static Object createProxy(Object target)
           
static Object[] getLastArgs()
           
static Method getLastMethod()
           
static Object getLastTarget()
           
static void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodCallRecorder

public MethodCallRecorder()
Method Detail

createProxy

public static Object createProxy(Object target)

getLastTarget

public static Object getLastTarget()

getLastMethod

public static Method getLastMethod()

getLastArgs

public static Object[] getLastArgs()

reset

public static void reset()


Copyright © 2010. All Rights Reserved.