|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogicalOperator in org.easymock |
---|
Methods in org.easymock that return LogicalOperator | |
---|---|
static LogicalOperator |
LogicalOperator.valueOf(java.lang.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're declared. |
Methods in org.easymock with parameters of type LogicalOperator | ||
---|---|---|
static
|
EasyMock.cmp(T value,
java.util.Comparator<T> comparator,
LogicalOperator operator)
Expects an argument that will be compared using the provided comparator. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |