com.mockobjects.dynamic

Class CallStub

Implemented Interfaces:
Callable, Verifiable
Known Direct Subclasses:
ReturnStub, ThrowStub, VoidStub

public abstract class CallStub
extends java.lang.Object
implements Callable

Author:
dev

Method Summary

boolean
matches(String methodName, Object[] args)
void
verify()
Throw an AssertionFailedException if any expectations have not been met.

Method Details

matches

public boolean matches(String methodName,
                       Object[] args)
Specified by:
matches in interface Callable

verify

public void verify()
Throw an AssertionFailedException if any expectations have not been met.
Specified by:
verify in interface Verifiable

Copyright © 2002 Mock Objects. All Rights Reserved.