public class IsDayOfWeek<T>
extends org.hamcrest.TypeSafeDiagnosingMatcher<T>
| Constructor and Description |
|---|
IsDayOfWeek(DayOfWeek dayOfWeek,
TemporalAdapter<T> accessor) |
IsDayOfWeek(List<DayOfWeek> daysOfWeek,
TemporalAdapter<T> accessor) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T actual,
org.hamcrest.Description mismatchDesc) |
public IsDayOfWeek(List<DayOfWeek> daysOfWeek, TemporalAdapter<T> accessor)
public IsDayOfWeek(DayOfWeek dayOfWeek, TemporalAdapter<T> accessor)
Copyright © 2016. All rights reserved.