public final class IsBeforeTime extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
beforeLocalTime(LocalTime expected) |
static <T> org.hamcrest.Matcher<T> |
beforeLocalTime(LocalTime expected,
CompareType compareType) |
static <T> org.hamcrest.Matcher<T> |
beforeLocalTime(LocalTime expected,
CompareType compareType,
RoundingType roundingType) |
static <T> org.hamcrest.Matcher<T> |
beforeLocalTime(LocalTime expected,
RoundingType roundingType) |
static <T> org.hamcrest.Matcher<T> |
beforeOffsetTime(OffsetTime expected) |
static <T> org.hamcrest.Matcher<T> |
beforeOffsetTime(OffsetTime expected,
CompareType compareType) |
static <T> org.hamcrest.Matcher<T> |
beforeOffsetTime(OffsetTime expected,
CompareType compareType,
RoundingType roundingType) |
static <T> org.hamcrest.Matcher<T> |
beforeOffsetTime(OffsetTime expected,
RoundingType roundingType) |
public static <T> org.hamcrest.Matcher<T> beforeLocalTime(LocalTime expected)
public static <T> org.hamcrest.Matcher<T> beforeLocalTime(LocalTime expected, CompareType compareType)
public static <T> org.hamcrest.Matcher<T> beforeLocalTime(LocalTime expected, CompareType compareType, RoundingType roundingType)
public static <T> org.hamcrest.Matcher<T> beforeLocalTime(LocalTime expected, RoundingType roundingType)
public static <T> org.hamcrest.Matcher<T> beforeOffsetTime(OffsetTime expected)
public static <T> org.hamcrest.Matcher<T> beforeOffsetTime(OffsetTime expected, CompareType compareType)
public static <T> org.hamcrest.Matcher<T> beforeOffsetTime(OffsetTime expected, CompareType compareType, RoundingType roundingType)
public static <T> org.hamcrest.Matcher<T> beforeOffsetTime(OffsetTime expected, RoundingType roundingType)
Copyright © 2018–2020. All rights reserved.