PirolA
Results
1
comments of
PirolA
If I remember correctly, this only works for matchers, but not for POJOs, right? Roughly speaking, my problem occured when calling `assertThat(somePOJO, equalsTo(anotherPOJO))` and `equalsTo()` is using some information, that's...