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 voidEasyMock.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.matchersprivate static final ThreadLocal<List<IArgumentMatcher>>LastControl.threadToArgumentMatcherStackMethods 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 voidLastControl.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 TypeClassDescriptionclassfinal classclassclassCaptures<T>classCompare<T>classCompareEqual<T extends Comparable<T>>classCompareTo<T extends Comparable<T>>classclassclassclassclassclassGreaterOrEqual<T extends Comparable<T>>classGreaterThan<T extends Comparable<T>>classclassLessOrEqual<T extends Comparable<T>>classLessThan<T extends Comparable<T>>classclassfinal classclassclassclassclassFields 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.matchersprivate final List<IArgumentMatcher>Or.matchersConstructors 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)