MarkusAmshove / Kluent

Fluent Assertion-Library for Kotlin
https://markusamshove.github.io/Kluent/
MIT License
867 stars 64 forks source link

Comparable assertions #182

Closed CiprianU closed 4 years ago

CiprianU commented 4 years ago

Would be nice to have stuff like: should be less than / should be greater than / etc. which can be applied on Comparable types.

MarkusAmshove commented 4 years ago

Thank you for bringing this up, the backtick versions slipped through when implementing those assertions for Comparable.

You should be able to use those now with v1.63 :-)