object LocalDateAssertionsBuilder : LocalDateAssertions
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.
fun <T : LocalDate> day(expect: Expect<T>): ExtractedFeaturePostStep<T, Int> |
|
fun <T : LocalDate> dayOfWeek(expect: Expect<T>): ExtractedFeaturePostStep<T, DayOfWeek> |
|
fun <T : LocalDate> month(expect: Expect<T>): ExtractedFeaturePostStep<T, Int> |
|
fun <T : LocalDate> year(expect: Expect<T>): ExtractedFeaturePostStep<T, Int> |