Or maybe ```myVariable.assertSoftly { it.a sho...
# kotest-contributors
l
Or maybe
Copy code
myVariable.assertSoftly {
    it.a shouldBe "a"
    it.bool shouldBe true
}