object ZonedDateTimeAssertionsBuilder : ZonedDateTimeAssertions
(source)
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.
fun <T : ZonedDateTime> day(expect: Expect<T>): ExtractedFeaturePostStep<T, Int> |
|
fun <T : ZonedDateTime> dayOfWeek(expect: Expect<T>): ExtractedFeaturePostStep<T, DayOfWeek> |
|
fun <T : ZonedDateTime> month(expect: Expect<T>): ExtractedFeaturePostStep<T, Int> |
|
fun <T : ZonedDateTime> year(expect: Expect<T>): ExtractedFeaturePostStep<T, Int> |