T - the type of objects handled by this matcherpublic abstract class DateMatcher<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
org.hamcrest.Matcher for temporal objects allowing for time zone manipulation.| Constructor and Description |
|---|
DateMatcher() |
| Modifier and Type | Method and Description |
|---|---|
abstract DateMatcher<T> |
atZone(ZoneId zone)
Creates a copy of this matcher using a specific time zone.
|
describeMismatch, matches, matchesSafely_dont_implement_Matcher___instead_extend_BaseMatcher_, toStringpublic abstract DateMatcher<T> atZone(ZoneId zone)
zone - the new time zoneCopyright © 2019. All rights reserved.