org.jmock.stub
Class CallStub

java.lang.Object
  extended byorg.jmock.stub.CallStub
All Implemented Interfaces:
Stub
Direct Known Subclasses:
ReturnStub, ThrowStub, VoidStub

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


Constructor Summary
CallStub()
           
 
Method Summary
 void verify()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jmock.Stub
getDescription, invoke
 

Constructor Detail

CallStub

public CallStub()
Method Detail

verify

public void verify()


Copyright © 2003 jMock.org. All Rights Reserved.