public class IsLessThanMatcher extends AbstractSimpleComparableMatcher
| Constructor and Description |
|---|
IsLessThanMatcher() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
matches(Comparable actual,
Comparable pivot)
Does comparison and returns the result.
|
matchesisApplicableTo, matchesprotected boolean matches(Comparable actual, Comparable pivot)
AbstractSimpleComparableMatchermatches in class AbstractSimpleComparableMatcheractual - the actual valuepivot - the pivotCopyright © 2014–2021. All rights reserved.