Package org.jmock.core.matcher
Class NoArgumentsMatcher
java.lang.Object
org.jmock.core.matcher.StatelessInvocationMatcher
org.jmock.core.matcher.NoArgumentsMatcher
- All Implemented Interfaces:
InvocationMatcher
,SelfDescribing
,Verifiable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescribeTo
(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
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
NoArgumentsMatcher
public NoArgumentsMatcher()
-
-
Method Details
-
matches
-
describeTo
Description copied from interface:SelfDescribing
Appends the description of this object to the buffer.- Parameters:
buffer
- The buffer that the description is appended to.- Returns:
- The buffer passed to the invokedMethod.
-