```assertSoftly { myVariable.a shouldBe "a" ...
# kotest-contributors
s
Copy code
assertSoftly {
    myVariable.a shouldBe "a"
    myVariable.bool shouldBe true
}