doc / ch.tutteli.atrium.logic / LocalDateAssertions

LocalDateAssertions

interface LocalDateAssertions

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

Functions

day

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

dayOfWeek

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

month

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

year

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

Inheritors

DefaultLocalDateAssertions

class DefaultLocalDateAssertions : LocalDateAssertions