Package | Description |
---|---|
org.easymock | |
org.easymock.internal | |
org.easymock.internal.matchers |
Modifier and Type | Method and Description |
---|---|
static void |
EasyMock.reportMatcher(IArgumentMatcher matcher)
Reports an argument matcher.
|
Modifier and Type | Method and Description |
---|---|
static List<IArgumentMatcher> |
LastControl.pullMatchers() |
Modifier and Type | Method and Description |
---|---|
static void |
LastControl.reportMatcher(IArgumentMatcher matcher) |
Constructor and Description |
---|
ExpectedInvocation(Invocation invocation,
List<IArgumentMatcher> matchers) |
Modifier and Type | Class and Description |
---|---|
class |
And |
class |
Any |
class |
ArrayEquals |
class |
Captures<T> |
class |
Compare<T> |
class |
CompareEqual<T extends Comparable<T>> |
class |
CompareTo<T extends Comparable<T>> |
class |
Contains |
class |
EndsWith |
class |
Equals |
class |
EqualsWithDelta |
class |
Find |
class |
GreaterOrEqual<T extends Comparable<T>> |
class |
GreaterThan<T extends Comparable<T>> |
class |
InstanceOf |
class |
LessOrEqual<T extends Comparable<T>> |
class |
LessThan<T extends Comparable<T>> |
class |
Matches |
class |
Not |
class |
NotNull |
class |
Null |
class |
Or |
class |
Same |
class |
StartsWith |
Constructor and Description |
---|
Not(IArgumentMatcher first) |
Constructor and Description |
---|
And(List<IArgumentMatcher> matchers) |
Or(List<IArgumentMatcher> matchers) |
Copyright © 2001–2022 EasyMock contributors. All rights reserved.