Uses of Interface
com.mockobjects.dynamic.Callable
Packages that use Callable
-
Uses of Callable in com.mockobjects.dynamic
Subinterfaces of Callable in com.mockobjects.dynamicClasses in com.mockobjects.dynamic that implement CallableModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassMethods in com.mockobjects.dynamic that return CallableModifier and TypeMethodDescriptionCallFactory.createCallExpectation(Callable call) DefaultCallFactory.createCallExpectation(Callable call) CallFactory.createCallSignature(String methodName, ConstraintMatcher constraints, Callable call) DefaultCallFactory.createCallSignature(String methodName, ConstraintMatcher constraints, Callable call) CallFactory.createReturnStub(Object result) DefaultCallFactory.createReturnStub(Object result) CallFactory.createThrowStub(Throwable throwable) DefaultCallFactory.createThrowStub(Throwable exception) CallFactory.createVoidStub()DefaultCallFactory.createVoidStub()Methods in com.mockobjects.dynamic with parameters of type CallableModifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidCallFactory.createCallExpectation(Callable call) DefaultCallFactory.createCallExpectation(Callable call) CallFactory.createCallSignature(String methodName, ConstraintMatcher constraints, Callable call) DefaultCallFactory.createCallSignature(String methodName, ConstraintMatcher constraints, Callable call) Constructors in com.mockobjects.dynamic with parameters of type CallableModifierConstructorDescriptionCallOnceExpectation(Callable delegate) CallSignature(String methodName, ConstraintMatcher constraints, Callable delegate)