com.mockobjects.dynamic
Class CallSignature
Assert
com.mockobjects.dynamic.CallSignature
- Callable, Verifiable
public class CallSignature
extends Assert
Object | call(Mock mock, String methodName, Object[] args)
|
String | getDescription()
|
boolean | matches(String methodName, Object[] args)
|
String | toString()
|
void | verify() - Throw an AssertionFailedException if any expectations have not been met.
|
call
public Object call(Mock mock,
String methodName,
Object[] args)
throws Throwable
- call in interface Callable
matches
public boolean matches(String methodName,
Object[] args)
- matches in interface Callable
toString
public String toString()
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.