Package com.mockobjects.dynamic
Interface CallableAddable
-
- All Superinterfaces:
Callable
,Verifiable
- All Known Implementing Classes:
CallBag
,CallSequence
public interface CallableAddable extends Callable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addExpect(Callable call)
void
addMatch(Callable call)
void
reset()
Resets all expected calls and expected matches.-
Methods inherited from interface com.mockobjects.dynamic.Callable
call, getDescription, matches
-
Methods inherited from interface com.mockobjects.Verifiable
verify
-
-