com.agical.rmock.core.match.constraint.method
Class MethodParameterTypesConstraint
java.lang.Object
com.agical.rmock.core.match.operator.AbstractExpression
com.agical.rmock.core.match.constraint.AbstractConstraint
com.agical.rmock.core.match.constraint.method.MethodParameterTypesConstraint
- All Implemented Interfaces:
- Constraint, Expression
public class MethodParameterTypesConstraint
- extends AbstractConstraint
MethodParameterTypesConstraint
public MethodParameterTypesConstraint(Expression[] paramExpressions)
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.