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