Package org.assertj.core.api
Class ZonedDateTimeAssert
java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,TEMPORAL>
org.assertj.core.api.AbstractTemporalAssert<SELF,ZonedDateTime>
org.assertj.core.api.AbstractZonedDateTimeAssert<ZonedDateTimeAssert>
org.assertj.core.api.ZonedDateTimeAssert
- All Implemented Interfaces:
Assert<ZonedDateTimeAssert,,ZonedDateTime> Descriptable<ZonedDateTimeAssert>,ExtensionPoints<ZonedDateTimeAssert,ZonedDateTime>
Assertions for
ZonedDateTime type from new Date & Time API introduced in Java 8.-
Field Summary
Fields inherited from class org.assertj.core.api.AbstractZonedDateTimeAssert
NULL_DATE_TIME_PARAMETER_MESSAGEFields inherited from class org.assertj.core.api.AbstractTemporalAssert
comparablesFields inherited from class org.assertj.core.api.AbstractAssert
actual, conditions, info, myself, objects -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedZonedDateTimeAssert(ZonedDateTime actual) Creates a new.ZonedDateTimeAssert -
Method Summary
Methods inherited from class org.assertj.core.api.AbstractZonedDateTimeAssert
isAfter, isAfter, isAfterOrEqualTo, isAfterOrEqualTo, isBefore, isBefore, isBeforeOrEqualTo, isBeforeOrEqualTo, isBetween, isBetween, isEqualTo, isEqualTo, isEqualToIgnoringHours, isEqualToIgnoringMinutes, isEqualToIgnoringNanos, isEqualToIgnoringSeconds, isIn, isIn, isNotEqualTo, isNotEqualTo, isNotIn, isNotIn, isStrictlyBetween, isStrictlyBetween, parseMethods inherited from class org.assertj.core.api.AbstractTemporalAssert
getActual, isCloseTo, isCloseToMethods inherited from class org.assertj.core.api.AbstractAssert
as, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, overridingErrorMessage, satisfies, setCustomRepresentation, throwAssertionError, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
-
Constructor Details
-
ZonedDateTimeAssert
Creates a new.ZonedDateTimeAssert- Parameters:
actual- the actual value to verify
-