org.jmock.dynamic
Interface Invokable

All Superinterfaces:
Verifiable
All Known Implementing Classes:
InvocationMocker

public interface Invokable
extends Verifiable


Method Summary
 java.lang.String getDescription()
           
 java.lang.Object invoke(Invocation invocation)
           
 boolean matches(Invocation invocation)
           
 
Methods inherited from interface org.jmock.expectation.Verifiable
verify
 

Method Detail

getDescription

public java.lang.String getDescription()

matches

public boolean matches(Invocation invocation)

invoke

public java.lang.Object invoke(Invocation invocation)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable


Copyright © 2003 jMock.org. All Rights Reserved.