LocalDateAssertions
Collection of assertion functions and builders which are applicable to subjects with a LocalDate type.
Inheritors
Functions
Link copied to clipboard
abstract fun day(container: AssertionContainer<LocalDate>): FeatureExtractorBuilder.ExecutionStep<LocalDate, Int>
Link copied to clipboard
abstract fun dayOfWeek(container: AssertionContainer<LocalDate>): FeatureExtractorBuilder.ExecutionStep<LocalDate, DayOfWeek>
Link copied to clipboard
abstract fun month(container: AssertionContainer<LocalDate>): FeatureExtractorBuilder.ExecutionStep<LocalDate, Int>
Link copied to clipboard
abstract fun year(container: AssertionContainer<LocalDate>): FeatureExtractorBuilder.ExecutionStep<LocalDate, Int>