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

ZonedDateTimeAssertionsBuilder

object ZonedDateTimeAssertionsBuilder : ZonedDateTimeAssertions

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

Functions

day

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

dayOfWeek

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

month

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

year

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