I think what I’d maybe like is something based on ...
# strikt
r
I think what I’d maybe like is something based on the existing expect / that syntax. So instead of
Copy code
expect {
  that(foo.bar).isEqualTo("o hai")
  that(foo.baz).isEqualTo("kthxbye")
}
you could do…