| Interface | Description |
|---|---|
| TemporalConverter<T,R> |
Convert one temporal type to another temporal type
|
| TemporalFunction<T> |
Suite of temporal functions for a temporal type
|
| TemporalProvider<S> |
| Class | Description |
|---|---|
| IsAfter<T,E> |
A matcher that tests that the examined date is after the reference date
|
| IsBefore<T,E> |
A matcher that tests that the examined date is before the reference date
|
| IsDayOfMonth<T> |
A matcher that tests that the examined date is on the specified hour
|
| IsDayOfWeek<T> |
A matcher that tests that the examined date is on the same day of the week as the reference date
|
| IsFirstDayOfMonth<T> |
A matcher that tests that the examined date is on the first day of the month
|
| IsHour<T> |
A matcher that tests that the examined date is on the specified hour
|
| IsLastDayOfMonth<T> |
A matcher that tests that the examined date is on the first day of the month
|
| IsLeapYear<T> |
A matcher that tests that the examined date is a leap year
|
| IsMaximum<T> |
A base matcher that tests that the examined date has the maximum value for the given date part
|
| IsMillisecond<T> |
A matcher that tests that the examined date is on the specified minute
|
| IsMinimum<T> |
A base matcher that tests that the examined date has the maximum value for the given date part
|
| IsMinute<T> |
A matcher that tests that the examined date is on the specified minute
|
| IsMonth<T> |
A matcher that tests that the examined date is on the same month of the year as the reference date
|
| IsSame<T,E> |
A matcher that tests that the examined date is the same as the reference date
|
| IsSameDay<T> |
A matcher that tests that the examined date is the same date as the reference
date
|
| IsSameOrAfter<T,E> |
A matcher that tests that the examined date is before or the same instant as
the reference date
|
| IsSameOrBefore<T,E> |
A matcher that tests that the examined date is before or the same instant as
the reference date
|
| IsSecond<T> |
A matcher that tests that the examined date is on the specified second
|
| IsWithin<T,E> |
A matcher that tests that the examined date is within a defined period of the reference date
|
| IsYear<T> |
A matcher that tests that the examined date is on the same year as the
reference date
|
| TemporalConverters |
Static repository of
TemporalConverter instances which convert a temporal type from another temporal type
e.g. |
| TemporalFunctions |
Static repository of
TemporalFunction instances |
| TemporalMatcher<T> |
Abstract
org.hamcrest.Matcher for temporal objects allowing for time zone manipulation. |
| TemporalProviders |
Static repository of
TemporalProvider instances which provide a temporal type from another temporal type e.g. |
| Exception | Description |
|---|---|
| TemporalConversionException |
Exception thrown when a temporal type cannot be converted to another
|
Copyright © 2021 eXparity Limited. All rights reserved.