Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.mockobjects.dynamic.DefaultCallFactory
Method Summary | |
Callable | |
Callable |
|
Callable |
|
Callable |
|
Callable |
public Callable createCallExpectation(Callable call)
- Specified by:
- createCallExpectation in interface CallFactory
public Callable createCallSignature(String methodName, ConstraintMatcher constraints, Callable call)
- Specified by:
- createCallSignature in interface CallFactory
public Callable createReturnStub(Object result)
- Specified by:
- createReturnStub in interface CallFactory
public Callable createThrowStub(Throwable exception)
- Specified by:
- createThrowStub in interface CallFactory