com.agical.rmock.core.match.operator
Class OrOperator
java.lang.Object
com.agical.rmock.core.match.operator.AbstractExpression
com.agical.rmock.core.match.operator.AbstractBinaryOperator
com.agical.rmock.core.match.operator.OrOperator
- All Implemented Interfaces:
- Expression, Operator
public class OrOperator
- extends AbstractBinaryOperator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrOperator
public OrOperator(Expression left,
Expression right)
passes
public boolean passes(Object object)
- Parameters:
object
- The object to check
- Returns:
- true if the object passes this constraint, otherwise false.
Copyright © 2005-2011 Agical AB. All Rights Reserved.