Eric
02/03/2022, 2:46 PMexpectThat(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>