Uses of Enum
org.easymock.LogicalOperator
Packages that use LogicalOperator
-
Uses of LogicalOperator in org.easymock
Subclasses with type arguments of type LogicalOperator in org.easymockModifier and TypeClassDescriptionenumMethods in org.easymock that return LogicalOperatorModifier and TypeMethodDescriptionstatic LogicalOperatorReturns 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.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)