tbh having to create tuples seems like a chore. I’...
# kotlintest
w
tbh having to create tuples seems like a chore. I’d still be looking for something like
result.comparing(::name, ::location) shouldBe listOf(FullType("name", "location", "irrelevant"), FullType("other name", "other location", "also irrelevant"))