public class IsMinimum<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
| Constructor and Description |
|---|
IsMinimum(ChronoField datePart,
TemporalAdapter<T> adapter,
DatePartFormatter formatter) |
IsMinimum(ChronoField datePart,
TemporalAdapter<T> adapter,
DatePartFormatter formatter,
Supplier<String> descriptionSupplier) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T actual,
org.hamcrest.Description mismatchDesc) |
public IsMinimum(ChronoField datePart, TemporalAdapter<T> adapter, DatePartFormatter formatter, Supplier<String> descriptionSupplier)
public IsMinimum(ChronoField datePart, TemporalAdapter<T> adapter, DatePartFormatter formatter)
Copyright © 2016. All rights reserved.