doc / ch.tutteli.atrium.domain.builders.creating / LocalDateAssertionsBuilder

LocalDateAssertionsBuilder

object LocalDateAssertionsBuilder : LocalDateAssertions
Deprecated: Use _logic from ch.tutteli.atrium.logic instead; will be removed with 1.0.0

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

Functions

day

fun <T : LocalDate> day(expect: Expect<T>): ExtractedFeaturePostStep<T, Int>

dayOfWeek

fun <T : LocalDate> dayOfWeek(expect: Expect<T>): ExtractedFeaturePostStep<T, DayOfWeek>

month

fun <T : LocalDate> month(expect: Expect<T>): ExtractedFeaturePostStep<T, Int>

year

fun <T : LocalDate> year(expect: Expect<T>): ExtractedFeaturePostStep<T, Int>