public abstract class AbstractIsBefore<T extends Temporal>
extends org.hamcrest.TypeSafeMatcher<T>
| Modifier and Type | Field and Description |
|---|---|
protected T |
before |
protected CompareType |
compareType |
static String |
SUPPLIED_COMPARE_TYPE_MUST_NOT_BE_NULL |
static String |
SUPPLIED_EXPECTED_MUST_NOT_BE_NULL |
static String |
SUPPLIED_ROUNDING_TYPE_MUST_NOT_BE_NULL |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIsBefore(T before,
CompareType compareType,
RoundingType roundingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
describeMismatch, describeMismatchSafely, matches, matchesSafelypublic static final String SUPPLIED_COMPARE_TYPE_MUST_NOT_BE_NULL
public static final String SUPPLIED_EXPECTED_MUST_NOT_BE_NULL
public static final String SUPPLIED_ROUNDING_TYPE_MUST_NOT_BE_NULL
protected final CompareType compareType
protected AbstractIsBefore(T before, CompareType compareType, RoundingType roundingType)
Copyright © 2018–2020. All rights reserved.