public class IsLessThanMatcher extends AbstractSimpleComparableMatcher
| Constructor and Description |
|---|
IsLessThanMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Parameter parameter,
Comparable actual,
Comparable pivot)
Does comparison and returns the result.
|
matchesmatchesprotected boolean matches(Parameter parameter, Comparable actual, Comparable pivot)
AbstractSimpleComparableMatchermatches in class AbstractSimpleComparableMatcherparameter - the parameteractual - the actual valuepivot - the pivotCopyright © 2014–2016. All rights reserved.