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 voidMock. expect(java.lang.String methodName, CallSequence deprecated)Deprecated.voidMock. expectAndReturn(java.lang.String methodName, CallSequence deprecated, java.lang.Object result)Deprecated.voidMock. expectAndThrow(java.lang.String methodName, CallSequence deprecated, java.lang.Throwable throwable)Deprecated.
-