com.agical.rmock.core.match.constraint
Class IsNullConstraint
java.lang.Object
com.agical.rmock.core.match.operator.AbstractExpression
com.agical.rmock.core.match.constraint.AbstractConstraint
com.agical.rmock.core.match.constraint.IsNullConstraint
- All Implemented Interfaces:
- Constraint, Expression
public class IsNullConstraint
- extends AbstractConstraint
(c) Agical AB 2005
- Author:
- joakim.ohlrogge
IsNullConstraint
public IsNullConstraint()
passes
public boolean passes(Object object)
- Parameters:
object
- The object to check
- Returns:
- true if the object passes this constraint, otherwise false.
- See Also:
Expression.passes(java.lang.Object)
Copyright © 2005-2011 Agical AB. All Rights Reserved.