org.jmock.core
Interface DynamicMock

All Superinterfaces:
Verifiable
All Known Implementing Classes:
AbstractDynamicMock, Mock, MockDynamicMock

public interface DynamicMock
extends Verifiable


Method Summary
 void addInvokable(Invokable invokable)
           
 Class getMockedType()
           
 Object proxy()
           
 void reset()
           
 void setDefaultStub(Stub newDefaultStub)
           
 
Methods inherited from interface org.jmock.core.Verifiable
verify
 

Method Detail

getMockedType

public Class getMockedType()

proxy

public Object proxy()

setDefaultStub

public void setDefaultStub(Stub newDefaultStub)

addInvokable

public void addInvokable(Invokable invokable)

reset

public void reset()