Uses of Class
org.easymock.LogicalOperator

Packages that use LogicalOperator
org.easymock   
org.easymock.internal.matchers   
 

Uses of LogicalOperator in org.easymock
 

Methods in org.easymock that return LogicalOperator
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.
 

Methods in org.easymock with parameters of type LogicalOperator
static
<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
 

Constructors in org.easymock.internal.matchers with parameters of type LogicalOperator
Compare(T expected, Comparator<? super T> comparator, LogicalOperator result)
           
 



Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.