Package org.jmock.core
Interface InvocationMatcher
- All Superinterfaces:
SelfDescribing,Verifiable
- All Known Implementing Classes:
AnyArgumentsMatcher,ArgumentsMatcher,InvokeAtLeastOnceMatcher,InvokeAtMostOnceMatcher,InvokeCountMatcher,InvokedAfterMatcher,InvokedRecorder,InvokeOnceMatcher,MethodNameMatcher,NoArgumentsMatcher,StatelessInvocationMatcher,TestFailureMatcher
- Since:
- 1.0
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidinvoked(Invocation invocation) booleanmatches(Invocation invocation) Methods inherited from interface org.jmock.core.SelfDescribing
describeToMethods inherited from interface org.jmock.core.Verifiable
verify
-
Method Details
-
matches
-
invoked
-
hasDescription
boolean hasDescription()
-