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