|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.agical.rmock.core.match.operator.AbstractExpression
com.agical.rmock.core.match.constraint.AbstractConstraint
com.agical.rmock.core.match.constraint.EqualsConstraint
public class EqualsConstraint
(c) Agical AB 2005
Constructor Summary | |
---|---|
EqualsConstraint(java.lang.Object reference)
|
Method Summary | |
---|---|
boolean |
passes(java.lang.Object object)
|
Methods inherited from class com.agical.rmock.core.match.constraint.AbstractConstraint |
---|
describeWith, equals, getName, getReference, hashCode, toString |
Methods inherited from class com.agical.rmock.core.match.operator.AbstractExpression |
---|
and, or, xor |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.agical.rmock.core.match.Expression |
---|
and, or, xor |
Constructor Detail |
---|
public EqualsConstraint(java.lang.Object reference)
reference
- the reference to check objects against for equalityMethod Detail |
---|
public boolean passes(java.lang.Object object)
object
- the object to check
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |