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