Package com.mockobjects.dynamic
Class CallStub
java.lang.Object
com.mockobjects.dynamic.CallStub
- All Implemented Interfaces:
Callable
,Verifiable
- Direct Known Subclasses:
ReturnStub
,ThrowStub
,VoidStub
- Author:
- dev
-
Constructor Details
-
CallStub
public CallStub()
-
-
Method Details
-
matches
-
verify
public void verify()Description copied from interface:Verifiable
Throw an AssertionFailedException if any expectations have not been met.- Specified by:
verify
in interfaceVerifiable
-