I've been playing around with AutoCloseableSoftAssertions, as I don't want to have to remind myself to call .assertAll()
But I also wanted to see if I can replace entire rows of assertThat statements in a simple manner, without many changes.
And I think I have found a way in Kotlin.
Let's start with the basics:
Let's try some SoftAssertions, so we...