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