Package com.mockobjects.dynamic
Interface CallFactory
- All Known Implementing Classes:
DefaultCallFactory
public interface CallFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreateCallSignature
(String methodName, ConstraintMatcher constraints, Callable call) createReturnStub
(Object result) createThrowStub
(Throwable throwable)
-
Method Details
-
createReturnStub
-
createThrowStub
-
createVoidStub
Callable createVoidStub() -
createCallExpectation
-
createCallSignature
-