public final class IsDateTime extends Object
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<T> |
localDateTime() |
static <T> org.hamcrest.Matcher<T> |
localDateTime(org.hamcrest.Matcher<T> matcher) |
static <T> org.hamcrest.Matcher<T> |
offsetDateTime() |
static <T> org.hamcrest.Matcher<T> |
offsetDateTime(org.hamcrest.Matcher<T> matcher) |
static <T> org.hamcrest.Matcher<T> |
zonedDateTime() |
static <T> org.hamcrest.Matcher<T> |
zonedDateTime(org.hamcrest.Matcher<T> matcher) |
public static <T> org.hamcrest.Matcher<T> localDateTime()
public static <T> org.hamcrest.Matcher<T> localDateTime(org.hamcrest.Matcher<T> matcher)
public static <T> org.hamcrest.Matcher<T> offsetDateTime()
public static <T> org.hamcrest.Matcher<T> offsetDateTime(org.hamcrest.Matcher<T> matcher)
public static <T> org.hamcrest.Matcher<T> zonedDateTime()
public static <T> org.hamcrest.Matcher<T> zonedDateTime(org.hamcrest.Matcher<T> matcher)
Copyright © 2018–2020. All rights reserved.