A comparison function that is used to match arguments.
@see MockControl#setDefaultMatcher
@see MockControl#setMatcher
@see MockControl#EQUALS_MATCHER
@see MockControl#ARRAY_MATCHER
@see MockControl#ALWAYS_MATCHER
@deprecated Since EasyMock 2.0, ArgumentsMatchers are only supportedfor the legacy MockControl. For mock objects generated by the methods on EasyMock, there are per-argument matchers available. For more information, see the EasyMock documentation.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.