com.mockobjects.dynamic

Interface CallableAddable

All Superinterfaces:
Callable, Verifiable
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 Details

addExpect

public void addExpect(Callable call)

addMatch

public void addMatch(Callable call)

reset

public void reset()
Resets all expected calls and expected matches.

Copyright © 2002 Mock Objects. All Rights Reserved.