com.mockobjects.dynamic

Interface Callable

public interface Callable extends Verifiable

Method Summary
Objectcall(Mock mock, String methodName, Object[] args)
StringgetDescription()
booleanmatches(String methodName, Object[] args)

Method Detail

call

public Object call(Mock mock, String methodName, Object[] args)

getDescription

public String getDescription()

matches

public boolean matches(String methodName, Object[] args)
Copyright © 2002 Mock Objects. All Rights Reserved.