|
||||||||||
| 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.operator.NotOperator
public class NotOperator
(c) Agical AB 2005
| Constructor Summary | |
|---|---|
NotOperator(Expression wrappedConstraint)
|
|
| Method Summary | |
|---|---|
void |
describeWith(ExpressionDescriber constraintDescriber)
Describes this expression with the given describer |
boolean |
passes(java.lang.Object object)
|
| Methods inherited from class com.agical.rmock.core.match.operator.AbstractExpression |
|---|
and, or, xor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.agical.rmock.core.match.Expression |
|---|
and, or, xor |
| Constructor Detail |
|---|
public NotOperator(Expression wrappedConstraint)
wrappedConstraint - | Method Detail |
|---|
public boolean passes(java.lang.Object object)
passes in interface Expressionobject - The object to check
Expression.passes(java.lang.Object)
public void describeWith(ExpressionDescriber constraintDescriber)
throws java.io.IOException
Expression
describeWith in interface ExpressionconstraintDescriber - The describer to use
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||