org.mockito.internal
Interface MockitoInvocationHandler

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
InvocationNotifierHandler, MockHandler

public interface MockitoInvocationHandler
extends java.io.Serializable


Method Summary
 java.lang.Object handle(Invocation invocation)
           
 

Method Detail

handle

java.lang.Object handle(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable