Uses of Class
com.mockobjects.dynamic.CallSequence
-
Packages that use CallSequence Package Description com.mockobjects.dynamic -
-
Uses of CallSequence in com.mockobjects.dynamic
Methods in com.mockobjects.dynamic with parameters of type CallSequence Modifier and Type Method Description void
Mock. expect(java.lang.String methodName, CallSequence deprecated)
Deprecated.void
Mock. expectAndReturn(java.lang.String methodName, CallSequence deprecated, java.lang.Object result)
Deprecated.void
Mock. expectAndThrow(java.lang.String methodName, CallSequence deprecated, java.lang.Throwable throwable)
Deprecated.
-