|
||||||||||
| 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.StartsWithConstraint
public class StartsWithConstraint
| Constructor Summary | |
|---|---|
StartsWithConstraint(java.lang.String 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.Constraint |
|---|
getName, getReference |
| Methods inherited from interface com.agical.rmock.core.match.Expression |
|---|
and, describeWith, or, xor |
| Constructor Detail |
|---|
public StartsWithConstraint(java.lang.String reference)
name - reference - | Method Detail |
|---|
public boolean passes(java.lang.Object object)
passes in interface Expressionobject - The object to check
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||