public interface IArgumentMatcher
boolean matches(java.lang.Object argument)
Like Object.equals(), it should be aware that the argument passed might be null and of any type. So you will usually start the method with an instanceof and/or null check.
The method should never assert if the argument doesn't match. It should only return false. EasyMock will take care of asserting if the call is really unexpected.
argument
- the argumentvoid appendTo(java.lang.StringBuffer buffer)
buffer
- the buffer to which the string representation is appended.Copyright © 2001-2009 OFFIS, Tammo Freese, Henri Tremblay. This documentation is provided under the terms of the MIT licence.]]>