doc / ch.tutteli.atrium.logic / ZonedDateTimeAssertions

ZonedDateTimeAssertions

interface ZonedDateTimeAssertions (source)

Collection of assertion functions and builders which are applicable to subjects with a ZonedDateTime type.

Functions

day

abstract fun day(container: AssertionContainer<ZonedDateTime>): FeatureExtractorBuilder.ExecutionStep<ZonedDateTime, Int>

dayOfWeek

abstract fun dayOfWeek(container: AssertionContainer<ZonedDateTime>): FeatureExtractorBuilder.ExecutionStep<ZonedDateTime, DayOfWeek>

month

abstract fun month(container: AssertionContainer<ZonedDateTime>): FeatureExtractorBuilder.ExecutionStep<ZonedDateTime, Int>

year

abstract fun year(container: AssertionContainer<ZonedDateTime>): FeatureExtractorBuilder.ExecutionStep<ZonedDateTime, Int>

Inheritors

DefaultZonedDateTimeAssertions

class DefaultZonedDateTimeAssertions : ZonedDateTimeAssertions