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 voidaddExpect(Callable call)voidaddMatch(Callable call)voidreset()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
-
-