Particularly, I like to compare the fields myself:...
# kotest
l
Particularly, I like to compare the fields myself:
Copy code
element.assertSoftly {   // I'm not sure if this is released or only snapshot atm
    measurements shouldBe XX
    something2 shouldBe 1.3
    ...
}
s
Snapshot. Could be added to 4.0.6