Uses of Enum Class
org.easymock.LogicalOperator
Packages that use LogicalOperator
-
Uses of LogicalOperator in org.easymock
Methods in org.easymock that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperatorReturns 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.Methods in org.easymock with parameters of type LogicalOperatorModifier and TypeMethodDescriptionstatic <T> TEasyMock.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
Constructors in org.easymock.internal.matchers with parameters of type LogicalOperatorModifierConstructorDescriptionCompare(T expected, Comparator<? super T> comparator, LogicalOperator result)