public final class IsAfterDate extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
afterLocalDate(LocalDate expected) |
static <T> org.hamcrest.Matcher<T> |
afterLocalDate(LocalDate expected,
CompareType compareType) |
public static <T> org.hamcrest.Matcher<T> afterLocalDate(LocalDate expected)
public static <T> org.hamcrest.Matcher<T> afterLocalDate(LocalDate expected, CompareType compareType)
Copyright © 2018–2020. All rights reserved.