Platform (jvm, js, android): all
Extension (none, kotlin 1.3, jdk8): none
Code related feature
We want to remove this functionality in 1.0.0 and thus should deprecate it beforehand
Following the things you need to do:
lib
- [ ] add
TODO remove with 1.0.0 to _containsDefaultTranslationOf and _containsDefaultTranslationOfIgnoringCase
domain
- [ ] deprecate CharSequenceContainsAssertions.defaultTranslationOf with `@Deprecated("Will be removed with 1.0.0") no need for a replacement
- [ ] same same but different for CharSequenceContainsAssertions.defaultTranslationOfIgnoringCase
- [ ] suppress deprecation in CharSequenceContainsAssertionsBuilder
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.
- See Your first code contribution for guidelines.
- 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).
good first issue
help wanted