public class IsWithin<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
| Constructor and Description |
|---|
IsWithin(long period,
ChronoUnit unit,
TemporalWrapper<T> expected,
TemporalFormatter<T> describer) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T actual,
org.hamcrest.Description mismatchDesc) |
public IsWithin(long period,
ChronoUnit unit,
TemporalWrapper<T> expected,
TemporalFormatter<T> describer)
Copyright © 2015. All rights reserved.