Uses of Class
org.jmock.dynamic.Invocation

Packages that use Invocation
org.jmock   
org.jmock.dynamic   
org.jmock.matcher   
org.jmock.stub   
 

Uses of Invocation in org.jmock
 

Methods in org.jmock with parameters of type Invocation
 boolean InvocationMatcher.matches(Invocation invocation)
           
 void InvocationMatcher.invoked(Invocation invocation)
           
 java.lang.Object Stub.invoke(Invocation invocation)
          Processes the invocation.
 

Uses of Invocation in org.jmock.dynamic
 

Fields in org.jmock.dynamic declared as Invocation
 Invocation DynamicMockError.invocation
           
 

Methods in org.jmock.dynamic with parameters of type Invocation
 boolean Invocation.equals(Invocation call)
           
 java.lang.Object InvocationDispatcher.dispatch(Invocation invocation)
           
 boolean InvocationMocker.matches(Invocation invocation)
           
 java.lang.Object InvocationMocker.invoke(Invocation invocation)
           
 boolean Invokable.matches(Invocation invocation)
           
 java.lang.Object Invokable.invoke(Invocation invocation)
           
 java.lang.Object LIFOInvocationDispatcher.dispatch(Invocation invocation)
           
 

Constructors in org.jmock.dynamic with parameters of type Invocation
DynamicMockError(Invocation invocation, java.lang.String message)
           
 

Uses of Invocation in org.jmock.matcher
 

Methods in org.jmock.matcher with parameters of type Invocation
 boolean ArgumentsMatcher.matches(Invocation invocation)
           
 boolean CallOnceMatcher.matches(Invocation invocation)
           
 void CallOnceMatcher.invoked(Invocation invocation)
           
 boolean MethodNameMatcher.matches(Invocation invocation)
           
 void StatelessInvocationMatcher.invoked(Invocation invocation)
           
 

Uses of Invocation in org.jmock.stub
 

Methods in org.jmock.stub with parameters of type Invocation
 java.lang.Object ReturnStub.invoke(Invocation invocation)
           
 java.lang.Object ThrowStub.invoke(Invocation invocation)
           
 java.lang.Object VoidStub.invoke(Invocation invocation)
           
 



Copyright © 2003 jMock.org. All Rights Reserved.