Package org.jmock.core
Interface Invokable
-
- All Superinterfaces:
SelfDescribing
,Verifiable
- All Known Implementing Classes:
InvocationMocker
public interface Invokable extends Verifiable, SelfDescribing
- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasDescription()
java.lang.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 Detail
-
matches
boolean matches(Invocation invocation)
-
invoke
java.lang.Object invoke(Invocation invocation) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
hasDescription
boolean hasDescription()
-
-