| Interface | Description |
|---|---|
| TemporalAdapter<T> |
Adapter which can convert a value to a
Temporal |
| TemporalFormatter<T> |
Return the description of a temporal value
|
| TemporalWrapper<T> |
Wrapper which wraps a temporal time so it can support the operations required
by the matchers
|
| Class | Description |
|---|---|
| IsAfter<T> |
A matcher that tests that the examined date is after the reference date
|
| IsBefore<T> |
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
|
| IsHour<T> |
A matcher that tests that the examined date is on the specified hour
|
| 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> |
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> |
A matcher that tests that the examined date is before or the same instant as
the reference date
|
| IsSameOrBefore<T> |
A matcher that tests that the actual 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> |
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
|
Copyright © 2016. All rights reserved.