Uses of Interface
org.jmock.InvocationMatcher

Packages that use InvocationMatcher
org.jmock   
org.jmock.dynamic   
org.jmock.matcher   
 

Uses of InvocationMatcher in org.jmock
 

Fields in org.jmock declared as InvocationMatcher
static InvocationMatcher C.NO_ARGS
           
static InvocationMatcher C.ANY_ARGS
           
 

Methods in org.jmock that return InvocationMatcher
static InvocationMatcher C.eq(java.lang.Object arg0, java.lang.Object arg1)
           
static InvocationMatcher C.eq(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2)
           
static InvocationMatcher C.eq(java.lang.Object arg0, java.lang.Object arg1, java.lang.Object arg2, java.lang.Object arg3)
           
static InvocationMatcher C.args()
           
static InvocationMatcher C.args(Constraint p)
           
static InvocationMatcher C.args(Constraint p1, Constraint p2)
           
static InvocationMatcher C.args(Constraint p1, Constraint p2, Constraint p3)
           
static InvocationMatcher C.args(Constraint p1, Constraint p2, Constraint p3, Constraint p4)
           
static InvocationMatcher C.anyArgs(int argCount)
           
 

Methods in org.jmock with parameters of type InvocationMatcher
 void Mock.expect(java.lang.String methodName, InvocationMatcher args)
           
 void Mock.expectAndReturn(java.lang.String methodName, InvocationMatcher args, java.lang.Object result)
           
 void Mock.expectAndThrow(java.lang.String methodName, InvocationMatcher args, java.lang.Throwable throwable)
           
 void Mock.match(java.lang.String methodName, InvocationMatcher args)
           
 void Mock.matchAndReturn(java.lang.String methodName, InvocationMatcher args, java.lang.Object result)
           
 void Mock.matchAndThrow(java.lang.String methodName, InvocationMatcher args, java.lang.Throwable throwable)
           
 void Mock.expectAndReturn(java.lang.String methodName, InvocationMatcher args, boolean result)
           
 void Mock.expectAndReturn(java.lang.String methodName, InvocationMatcher args, int result)
           
 void Mock.matchAndReturn(java.lang.String methodName, InvocationMatcher args, boolean result)
           
 void Mock.matchAndReturn(java.lang.String methodName, InvocationMatcher args, int result)
           
 void Mock.expectVoid(java.lang.String methodName, InvocationMatcher args)
          Deprecated. @see expect
 

Uses of InvocationMatcher in org.jmock.dynamic
 

Methods in org.jmock.dynamic with parameters of type InvocationMatcher
 InvocationMocker InvocationMocker.addMatcher(InvocationMatcher matcher)
           
 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)
           
 

Constructors in org.jmock.dynamic with parameters of type InvocationMatcher
InvocationMocker(java.lang.String methodName, InvocationMatcher arguments, Stub stub)
           
InvocationMocker(InvocationMatcher[] matchers, Stub stub)
           
 

Uses of InvocationMatcher in org.jmock.matcher
 

Classes in org.jmock.matcher that implement InvocationMatcher
 class ArgumentsMatcher
           
 class CallOnceMatcher
           
 class MethodNameMatcher
           
 class StatelessInvocationMatcher
           
 



Copyright © 2003 jMock.org. All Rights Reserved.