You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the things you need to do (same same but different for LocaleDateTime and ZonedDateTime):
domain
extend LocalDateAssertions with a function year (see CollectionAssertions.size as a guideline)
modify LocalDateAssertionsBuilder, delegate to LocalDateAssertions (see CollectionAssertionsBuilder as a guideline)
delegate implementation to robstoll-lib in LocalDateAssertionsImpl (see CollectionAssertionsImpl as a guideline)
lib
implement _year in localDateAssertions by using the ExpectImpl.feature.manual (see collectionsAssertions -> size as a guideline)
add YEAR("year") to DescriptionDateTimeLikeAssertion for en_GB
add YEAR("Jahr") to DescriptionDateTimeLikeAssertion for de_CH
api (fluent-en_GB/extensions/jdk8)
provide a val which returns Expect (see collectionAssertions.kt as a guideline)
provide a fun which expects an assertionCreator-lambda and returns Expect (see collectionAssertions.kt as a guideline)
extend or write a separate Spec named LocalDateFeatureAssertionsSpec in specs-common (see for instance CollectionFeatureAssertionsSpec) and extend it in atrium-api-fluent-en_GB-common/src/test
Your first contribution?
Write a comment I'll work on this if you would like to take this issue over.
This way we get the chance to revise the description in case things have changed in the meantime,
we might give you additional hints and we can assign the task to you, so that others do not start as well.
Do not hesitate to ask questions here or to contact us via Atrium's slack channel if you need help
(Invite yourself in case you do not have an account yet).
The text was updated successfully, but these errors were encountered:
Platform (jvm, jdk8, js, android): jdk8
Code related feature
Following the things you need to do (same same but different for LocaleDateTime and ZonedDateTime):
domain
year
(see CollectionAssertions.size as a guideline)lib
ExpectImpl.feature.manual
(see collectionsAssertions -> size as a guideline)YEAR("year")
to DescriptionDateTimeLikeAssertion for en_GBYEAR("Jahr")
to DescriptionDateTimeLikeAssertion for de_CHapi (fluent-en_GB/extensions/jdk8)
assertionCreator
-lambda and returns Expect (see collectionAssertions.kt as a guideline)Your first contribution?
I'll work on this
if you would like to take this issue over.This way we get the chance to revise the description in case things have changed in the meantime,
we might give you additional hints and we can assign the task to you, so that others do not start as well.
(Invite yourself in case you do not have an account yet).
The text was updated successfully, but these errors were encountered: