Uses of Interface
org.easymock.ArgumentsMatcher

Uses of ArgumentsMatcher in org.easymock
 

Classes in org.easymock that implement ArgumentsMatcher
 class AbstractMatcher
          Deprecated. Since EasyMock 2.0, ArgumentsMatchers are only supported for 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.
 

Fields in org.easymock declared as ArgumentsMatcher
static ArgumentsMatcher MockControl.ALWAYS_MATCHER
          Deprecated. Matches always.
static ArgumentsMatcher MockControl.ARRAY_MATCHER
          Deprecated. Matches if each expected argument is equal to the corresponding actual argument for non-array arguments; array arguments are compared with the appropriate java.util.Arrays.equals() -method.
static ArgumentsMatcher MockControl.EQUALS_MATCHER
          Deprecated. Matches if each expected argument is equal to the corresponding actual argument.
 

Methods in org.easymock with parameters of type ArgumentsMatcher
 void MockControl.setDefaultMatcher(ArgumentsMatcher matcher)
          Deprecated. Sets the default ArgumentsMatcher for all methods of the mock object.
 void MockControl.setMatcher(ArgumentsMatcher matcher)
          Deprecated. Sets the ArgumentsMatcher for the last method called on the mock object.
 



Copyright © 2001-2007 OFFIS, Tammo Freese. This documentation is provided under the terms of the MIT licence.