doc / ch.tutteli.atrium.translations / DescriptionDateTimeLikeExpectation

DescriptionDateTimeLikeExpectation

enum class DescriptionDateTimeLikeExpectation : StringBasedTranslatable (source)

Contains the DescriptiveAssertion.descriptions of the assertion functions which are applicable to date like instances (e.g. LocalDate, LocaleDateTime, ZonedDateTime etc.)

Enum Values

YEAR

MONTH

DAY_OF_WEEK

TO_BE_AFTER_OR_THE_SAME_POINT_IN_TIME_AS

TO_BE_AFTER

TO_BE_BEFORE_OR_THE_SAME_POINT_IN_TIME_AS

TO_BE_BEFORE

TO_BE_THE_SAME_POINT_IN_TIME_AS

DAY

TO_BE_THE_SAME_DAY_AS

Properties

value

val value: String

The default representation of this Translatable.

Inherited Functions

getDefault

open fun getDefault(): String

Returns the default representation of this Translatable which is value.