Uses of Interface
org.jmock.dynamic.InvocationDispatcher

Packages that use InvocationDispatcher
org.jmock   
org.jmock.dynamic   
 

Uses of InvocationDispatcher in org.jmock
 

Constructors in org.jmock with parameters of type InvocationDispatcher
Mock(InvokableFactory invokableFactory, InvocationDispatcher invocationDispatcher, java.lang.Class mockedClass, java.lang.String name)
           
 

Uses of InvocationDispatcher in org.jmock.dynamic
 

Classes in org.jmock.dynamic that implement InvocationDispatcher
 class LIFOInvocationDispatcher
           
 

Constructors in org.jmock.dynamic with parameters of type InvocationDispatcher
CoreMock(java.lang.Class mockedClass, java.lang.String name, InvocationDispatcher invocationDispatcher)
           
 



Copyright © 2003 jMock.org. All Rights Reserved.