Uses of Interface
org.jmock.dynamic.Invokable

Packages that use Invokable
org.jmock.dynamic   
 

Uses of Invokable in org.jmock.dynamic
 

Classes in org.jmock.dynamic that implement Invokable
 class InvocationMocker
           
 

Methods in org.jmock.dynamic that return Invokable
 Invokable InvokableFactory.createReturnStub(java.lang.String methodName, InvocationMatcher arguments, java.lang.Object result)
           
 Invokable InvokableFactory.createReturnExpectation(java.lang.String methodName, InvocationMatcher arguments, java.lang.Object result)
           
 Invokable InvokableFactory.createThrowableStub(java.lang.String methodName, InvocationMatcher arguments, java.lang.Throwable throwable)
           
 Invokable InvokableFactory.createThrowableExpectation(java.lang.String methodName, InvocationMatcher arguments, java.lang.Throwable throwable)
           
 Invokable InvokableFactory.createVoidStub(java.lang.String methodName, InvocationMatcher arguments)
           
 Invokable InvokableFactory.createVoidExpectation(java.lang.String methodName, InvocationMatcher arguments)
           
 

Methods in org.jmock.dynamic with parameters of type Invokable
 void CoreMock.add(Invokable invokable)
           
 void DynamicMock.add(Invokable invokable)
           
 void InvocationDispatcher.add(Invokable invokable)
           
 void LIFOInvocationDispatcher.add(Invokable invokable)
           
 



Copyright © 2003 jMock.org. All Rights Reserved.