| Package | Description |
|---|---|
| org.easymock.internal.matchers |
| Modifier and Type | Class and Description |
|---|---|
class |
CompareEqual<T extends Comparable<T>>
Matches if the argument is equal when compared (as in
Comparable.compareTo() == 0) to the given value. |
class |
GreaterOrEqual<T extends Comparable<T>>
Matches if the argument is greater or equal to the given value.
|
class |
GreaterThan<T extends Comparable<T>>
Matches if the argument is strictly greater than the given value.
|
class |
LessOrEqual<T extends Comparable<T>>
Matches if the argument is less or equal to the given value.
|
class |
LessThan<T extends Comparable<T>>
Match if the argument is less than the given value.
|
Copyright © 2001–2024 EasyMock contributors. All rights reserved.