Kotlin Logo

Custom Asserts for use with Result type in Kotlin

I have recently been working on a project written in Kotlin, and for unit testing, I decided to go with assertk as my assertion library. I have used AssertJ in the past and like the fluent syntax provided by both. With assertk, you can write assertions like: In this project, I am also using Typed […]

Custom Asserts for use with Result type in Kotlin Read More »