|
|||||||||
| Home >> All >> com >> mockobjects >> [ dynamic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.mockobjects.dynamic
Interface CallableAddable

- All Superinterfaces:
- Callable, com.mockobjects.Verifiable
- All Known Implementing Classes:
- CallBag, CallSequence
- public interface CallableAddable
- extends Callable
| Method Summary | |
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 |
| Method Detail |
addExpect
public void addExpect(Callable call)
addMatch
public void addMatch(Callable call)
reset
public void reset()
- Resets all expected calls and expected matches.
|
|||||||||
| Home >> All >> com >> mockobjects >> [ dynamic overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC