So for <@U579VR96E>'s original requirement: ``` da...
# kotlintest
s
So for @wasyl's original requirement:
Copy code
data class Type(val name: String, other: String)

// in tests
it("should have proper result") {
  result.extracting(::name) shouldBe ("firstName", "secondResult")
}