A convenience implementation of {@link ArgumentsMatcher}. A subclass that does not redefine any method will behave like {@link MockControl#EQUALS_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.