Package com.mockobjects.dynamic
Class CallSequence
java.lang.Object
com.mockobjects.dynamic.CallCollection
com.mockobjects.dynamic.CallSequence
- All Implemented Interfaces:
Callable,CallableAddable,Verifiable
-
Constructor Details
-
CallSequence
public CallSequence()
-
-
Method Details
-
reset
public void reset()Description copied from interface:CallableAddableResets all expected calls and expected matches.- Specified by:
resetin interfaceCallableAddable
-
call
-
getDescription
- Specified by:
getDescriptionin interfaceCallable
-
matches
-
addExpect
- Specified by:
addExpectin interfaceCallableAddable
-
addMatch
- Specified by:
addMatchin interfaceCallableAddable
-
verify
public void verify()Description copied from interface:VerifiableThrow an AssertionFailedException if any expectations have not been met.- Specified by:
verifyin interfaceVerifiable
-