Platform (jvm, js, android):
Extension (none, kotlin 1.3, jdk8): none
expect(1).isGreaterThanOrEqual(2)
results in reporting
expected that subject: 1
* is greater or equals: 2
Instead we would like to see
expected that subject: 1
* is greater than or equal to: 2
Same goes for isLessThanOrEqual
Following the things you need to do:
translation
@since 0.12.0 (adapt to current milestone) to KDOC ist weniger als oder gleich wie for IS_LESS_THAN_OR_EQUAList gr枚sser als oder gleich wie for IS_GREATER_THAN_OR_EQUAL@since 0.12.0 (adapt to current milestone) to KDOC
@Deprecated("Use IS_LESS_THAN_OR_EQUAL; will be removed with 1.0.0", ReplaceWith("DescriptionComparableAssertion.IS_LESS_THAN_OR_EQUAL"))
Replace with ...) to see if the ReplaceWith works as you would expectI'll work on this if you would like to take this issue over.Hi! I'd like to work on this.
@Russiancold un-assigning you so that others could take over.
I'll work on this