com.mockobjects.dynamic
Class CallStub
java.lang.Objectcom.mockobjects.dynamic.CallStub
- Callable, Verifiable
public abstract class CallStub
extends java.lang.Object
boolean | matches(String methodName, Object[] args)
|
void | verify()- Throw an AssertionFailedException if any expectations have not been met.
|
matches
public boolean matches(String methodName,
Object[] args)- matches in interface Callable
verify
public void verify()
Throw an AssertionFailedException if any expectations have not been met.
- verify in interface Verifiable
Copyright © 2002 Mock Objects. All Rights Reserved.