I ended up figuring out how to do the `expectThat(...
# strikt
e
I ended up figuring out how to do the
expectThat(foo1).ignoring(Foo::baz).isEqualTo(foo2)
fluent syntax: https://gist.github.com/efenderbosch/f502c1518f6a2c1b636273633ef3ad2f I can’t figure out how to get rid of my
unwrap
function, though. I really want my
isEqualTo
to return an
Assertion.Builder<T>