Uses of Class
org.omnaest.utils.proxy.MethodCallCapturer.ReplayResult

Packages that use MethodCallCapturer.ReplayResult
org.omnaest.utils.proxy   
 

Uses of MethodCallCapturer.ReplayResult in org.omnaest.utils.proxy
 

Methods in org.omnaest.utils.proxy that return MethodCallCapturer.ReplayResult
<E> MethodCallCapturer.ReplayResult
MethodCallCapturer.replay(E object)
          Replays the method invocations done to the last active stub for the given object like the object would have been invoked in the first place.
<E> MethodCallCapturer.ReplayResult
MethodCallCapturer.replay(E stub, E object)
          Replays the method invocations done to the given stub for the given object like the object would have been invoked in the first place.
 



Copyright © 2013. All Rights Reserved.