org.jmock.core

Interface Invokable

All Superinterfaces:
SelfDescribing, Verifiable
Known Implementing Classes:
InvocationMocker

public interface Invokable
extends Verifiable, SelfDescribing

Method Summary

boolean
hasDescription()
Object
invoke(Invocation invocation)
boolean
matches(Invocation invocation)

Methods inherited from interface org.jmock.core.SelfDescribing

describeTo

Methods inherited from interface org.jmock.core.Verifiable

verify

Method Details

hasDescription

public boolean hasDescription()

invoke

public Object invoke(Invocation invocation)
            throws Throwable

matches

public boolean matches(Invocation invocation)