| Package | Description |
|---|---|
| org.easymock | |
| org.easymock.internal.matchers |
| Modifier and Type | Method | Description |
|---|---|---|
static LogicalOperator |
LogicalOperator.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LogicalOperator[] |
LogicalOperator.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> T |
EasyMock.cmp(T value,
Comparator<? super T> comparator,
LogicalOperator operator) |
Expects an argument that will be compared using the provided comparator.
|
| Constructor | Description |
|---|---|
Compare(T expected,
Comparator<? super T> comparator,
LogicalOperator result) |
Copyright © 2001–2018 EasyMock contributors. All rights reserved.