doc / ch.tutteli.atrium.logic.impl / DefaultChronoLocalDateAssertions

DefaultChronoLocalDateAssertions

class DefaultChronoLocalDateAssertions : ChronoLocalDateAssertions (source)

Constructors

<init>

DefaultChronoLocalDateAssertions()

Functions

isAfter

fun <T : ChronoLocalDate> isAfter(container: AssertionContainer<T>, expected: ChronoLocalDate): Assertion
fun <T : ChronoLocalDate> isAfter(container: AssertionContainer<T>, expected: String): Assertion

isAfterOrEqual

fun <T : ChronoLocalDate> isAfterOrEqual(container: AssertionContainer<T>, expected: ChronoLocalDate): Assertion
fun <T : ChronoLocalDate> isAfterOrEqual(container: AssertionContainer<T>, expected: String): Assertion

isBefore

fun <T : ChronoLocalDate> isBefore(container: AssertionContainer<T>, expected: ChronoLocalDate): Assertion
fun <T : ChronoLocalDate> isBefore(container: AssertionContainer<T>, expected: String): Assertion

isBeforeOrEqual

fun <T : ChronoLocalDate> isBeforeOrEqual(container: AssertionContainer<T>, expected: ChronoLocalDate): Assertion
fun <T : ChronoLocalDate> isBeforeOrEqual(container: AssertionContainer<T>, expected: String): Assertion

isEqual

fun <T : ChronoLocalDate> isEqual(container: AssertionContainer<T>, expected: ChronoLocalDate): Assertion
fun <T : ChronoLocalDate> isEqual(container: AssertionContainer<T>, expected: String): Assertion