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
Methods in org.easymock.internal that return types with arguments of type IArgumentMatcherMethods in org.easymock.internal with parameters of type IArgumentMatcherModifier and TypeMethodDescriptionstatic voidLastControl.reportMatcher(IArgumentMatcher matcher) 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 classclassclassclassclassConstructors 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)