com.agical.rmock.core.find.match.method
Class ReplayModifier

java.lang.Object
  extended by com.agical.rmock.core.find.match.method.ReplayModifier
All Implemented Interfaces:
Modifier, InvocationHandler

public class ReplayModifier
extends Object
implements Modifier, InvocationHandler


Constructor Summary
ReplayModifier(ExpectationModifier expectationModifier)
           
 
Method Summary
 Object invoke(Object proxy, Method method, Object[] args)
           
 void modify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplayModifier

public ReplayModifier(ExpectationModifier expectationModifier)
Method Detail

modify

public void modify()
Specified by:
modify in interface Modifier

invoke

public Object invoke(Object proxy,
                     Method method,
                     Object[] args)
              throws Throwable
Specified by:
invoke in interface InvocationHandler
Throws:
Throwable


Copyright © 2005-2011 Agical AB. All Rights Reserved.