Uses of Interface
com.mockobjects.dynamic.ConstraintMatcher
Packages that use ConstraintMatcher
-
Uses of ConstraintMatcher in com.mockobjects.dynamic
Classes in com.mockobjects.dynamic that implement ConstraintMatcherFields in com.mockobjects.dynamic declared as ConstraintMatcherModifier and TypeFieldDescriptionstatic final ConstraintMatcherC.ANY_ARGSstatic final ConstraintMatcherC.NO_ARGSMethods in com.mockobjects.dynamic that return ConstraintMatcherModifier and TypeMethodDescriptionstatic ConstraintMatcherC.anyArgs(int argCount) static ConstraintMatcherC.args()static ConstraintMatcherC.args(Constraint p) static ConstraintMatcherC.args(Constraint p1, Constraint p2) static ConstraintMatcherC.args(Constraint p1, Constraint p2, Constraint p3) static ConstraintMatcherstatic ConstraintMatcherMethods in com.mockobjects.dynamic with parameters of type ConstraintMatcherModifier and TypeMethodDescriptionCallFactory.createCallSignature(String methodName, ConstraintMatcher constraints, Callable call) DefaultCallFactory.createCallSignature(String methodName, ConstraintMatcher constraints, Callable call) voidMock.expect(String methodName, ConstraintMatcher args) voidMock.expectAndReturn(String methodName, ConstraintMatcher args, boolean result) voidMock.expectAndReturn(String methodName, ConstraintMatcher args, int result) voidMock.expectAndReturn(String methodName, ConstraintMatcher args, Object result) voidMock.expectAndThrow(String methodName, ConstraintMatcher args, Throwable exception) voidMock.expectVoid(String methodName, ConstraintMatcher args) Deprecated.@see expectvoidMock.matchAndReturn(String methodName, ConstraintMatcher args, boolean result) voidMock.matchAndReturn(String methodName, ConstraintMatcher args, int result) voidMock.matchAndReturn(String methodName, ConstraintMatcher args, Object result) voidMock.matchAndThrow(String methodName, ConstraintMatcher args, Throwable throwable) Constructors in com.mockobjects.dynamic with parameters of type ConstraintMatcherModifierConstructorDescriptionCallSignature(String methodName, ConstraintMatcher constraints, Callable delegate)