|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jmock.core.matcher.StatelessInvocationMatcher
org.jmock.core.matcher.MethodNameMatcher
public class MethodNameMatcher
Constructor Summary | |
---|---|
MethodNameMatcher(Constraint constraint)
|
|
MethodNameMatcher(java.lang.String methodName)
|
Method Summary | |
---|---|
java.lang.StringBuffer |
describeTo(java.lang.StringBuffer buffer)
Appends the description of this object to the buffer. |
boolean |
matches(Invocation invocation)
|
Methods inherited from class org.jmock.core.matcher.StatelessInvocationMatcher |
---|
hasDescription, invoked, verify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MethodNameMatcher(Constraint constraint)
public MethodNameMatcher(java.lang.String methodName)
Method Detail |
---|
public boolean matches(Invocation invocation)
public java.lang.StringBuffer describeTo(java.lang.StringBuffer buffer)
SelfDescribing
buffer
- The buffer that the description is appended to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |