doc / ch.tutteli.atrium.api.infix.en_GB / isAfterOrEqual

isAfterOrEqual

infix fun <T : ChronoLocalDate> Expect<T>.isAfterOrEqual(expected: ChronoLocalDate): Expect<T> (source)
Deprecated: Use toBeAfterOrTheSamePointInTimeAs; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a ChronoLocalDate) is after or equal the expected.

Return
an Expect for the subject of this expectation.

Since
0.12.0

infix fun <T : ChronoLocalDate> Expect<T>.isAfterOrEqual(expected: String): Expect<T> (source)
Deprecated: Use toBeAfterOrTheSamePointInTimeAs; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a ChronoLocalDate) is after or equal the expected given as String. The expected parameter needs to be in the form of yyyy-mm-dd or else a java.time.DateTimeException will be thrown.

Return
an Expect for the subject of this expectation.

Since
0.14.0

infix fun <T : ChronoLocalDateTime<out ChronoLocalDate>> Expect<T>.isAfterOrEqual(expected: ChronoLocalDateTime<*>): Expect<T> (source)
Deprecated: Use toBeAfterOrTheSamePointInTimeAs; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a ChronoLocalDateTime) is after or equal the expected.

Return
an Expect for the subject of this expectation.

Since
0.12.0

infix fun <T : ChronoZonedDateTime<out ChronoLocalDate>> Expect<T>.isAfterOrEqual(expected: ChronoZonedDateTime<*>): Expect<T> (source)
Deprecated: Use toBeAfterOrTheSamePointInTimeAs; will be removed with 1.0.0 at the latest

Expects that the subject of this expectation (a ChronoZonedDateTime) is after or equal the expected.

Return
an Expect for the subject of this expectation.

Since
0.12.0