Uses of Interface
org.easymock.IArgumentMatcher
Packages that use IArgumentMatcher
-
Uses of IArgumentMatcher in org.easymock
Methods in org.easymock with parameters of type IArgumentMatcherModifier and TypeMethodDescriptionstatic void
EasyMock.reportMatcher
(IArgumentMatcher matcher) Reports an argument matcher. -
Uses of IArgumentMatcher in org.easymock.internal
Fields in org.easymock.internal with type parameters of type IArgumentMatcherModifier and TypeFieldDescriptionprivate final List<IArgumentMatcher>
ExpectedInvocation.matchers
private static final ThreadLocal<List<IArgumentMatcher>>
LastControl.threadToArgumentMatcherStack
Methods in org.easymock.internal that return types with arguments of type IArgumentMatcherModifier and TypeMethodDescriptionprivate List<IArgumentMatcher>
ExpectedInvocation.createMissingMatchers
(Invocation invocation, List<IArgumentMatcher> matchers) private static List<IArgumentMatcher>
LastControl.popLastArgumentMatchers
(int count) static List<IArgumentMatcher>
LastControl.pullMatchers()
Methods in org.easymock.internal with parameters of type IArgumentMatcherModifier and TypeMethodDescriptionstatic void
LastControl.reportMatcher
(IArgumentMatcher matcher) Method parameters in org.easymock.internal with type arguments of type IArgumentMatcherModifier and TypeMethodDescriptionprivate List<IArgumentMatcher>
ExpectedInvocation.createMissingMatchers
(Invocation invocation, List<IArgumentMatcher> matchers) Constructor parameters in org.easymock.internal with type arguments of type IArgumentMatcherModifierConstructorDescriptionExpectedInvocation
(Invocation invocation, List<IArgumentMatcher> matchers) -
Uses of IArgumentMatcher in org.easymock.internal.matchers
Classes in org.easymock.internal.matchers that implement IArgumentMatcherModifier and TypeClassDescriptionclass
final class
class
class
Captures<T>
class
Compare<T>
class
CompareEqual<T extends Comparable<T>>
class
CompareTo<T extends Comparable<T>>
class
class
class
class
class
class
GreaterOrEqual<T extends Comparable<T>>
class
GreaterThan<T extends Comparable<T>>
class
class
LessOrEqual<T extends Comparable<T>>
class
LessThan<T extends Comparable<T>>
class
class
final class
class
class
class
class
Fields in org.easymock.internal.matchers declared as IArgumentMatcherFields in org.easymock.internal.matchers with type parameters of type IArgumentMatcherModifier and TypeFieldDescriptionprivate final List<IArgumentMatcher>
And.matchers
private final List<IArgumentMatcher>
Or.matchers
Constructors in org.easymock.internal.matchers with parameters of type IArgumentMatcherConstructor parameters in org.easymock.internal.matchers with type arguments of type IArgumentMatcherModifierConstructorDescriptionAnd
(List<IArgumentMatcher> matchers) Or
(List<IArgumentMatcher> matchers)