Uses of Enum Class
org.easymock.LogicalOperator
-
Uses of LogicalOperator in org.easymock
Modifier and TypeMethodDescriptionstatic LogicalOperator
Returns the enum constant of this class with the specified name.static LogicalOperator[]
LogicalOperator.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <T> T
EasyMock.cmp
(T value, Comparator<? super T> comparator, LogicalOperator operator) Expects an argument that will be compared using the provided comparator. -
Uses of LogicalOperator in org.easymock.internal.matchers
ModifierConstructorDescriptionCompare
(T expected, Comparator<? super T> comparator, LogicalOperator result)