doc / ch.tutteli.atrium.domain.creating / ChronoZonedDateTimeAssertions

ChronoZonedDateTimeAssertions

interface ChronoZonedDateTimeAssertions
Deprecated: Use ChronoZonedDateTimeAssertions from atrium-logic; will be removed with 1.0.0

Defines the minimum set of assertion functions and builders applicable to ChronoZonedDateTime, which an implementation of the domain of Atrium has to provide.

Functions

isAfter

abstract fun <T : ChronoZonedDateTime<out ChronoLocalDate>> isAfter(expect: Expect<T>, expected: ChronoZonedDateTime<*>): Assertion

isAfterOrEqual

abstract fun <T : ChronoZonedDateTime<out ChronoLocalDate>> isAfterOrEqual(expect: Expect<T>, expected: ChronoZonedDateTime<*>): Assertion

isBefore

abstract fun <T : ChronoZonedDateTime<out ChronoLocalDate>> isBefore(expect: Expect<T>, expected: ChronoZonedDateTime<*>): Assertion

isBeforeOrEqual

abstract fun <T : ChronoZonedDateTime<out ChronoLocalDate>> isBeforeOrEqual(expect: Expect<T>, expected: ChronoZonedDateTime<*>): Assertion

isEqual

abstract fun <T : ChronoZonedDateTime<out ChronoLocalDate>> isEqual(expect: Expect<T>, expected: ChronoZonedDateTime<*>): Assertion

Inheritors

ChronoZonedDateTimeAssertionsBuilder

object ChronoZonedDateTimeAssertionsBuilder : ChronoZonedDateTimeAssertions

Delegates inter alia to the implementation of ChronoZonedDateTimeAssertionsBuilder. In detail, it implements ChronoZonedDateTimeAssertions by delegating to chronoZonedDateTimeAssertions which in turn delegates to the implementation via loadSingleService.