Open GoogleCodeExporter opened 8 years ago
Thanks for the report. What exactly do you mean by "I just want to see the
differences in the report"? To work around the problem, use `equals()` rather
than `==`.
Original comment by pnied...@gmail.com
on 24 Sep 2014 at 8:06
> What exactly do you mean by "I just want to see the differences in the
report"?
A side-by-side comparison or a unified diff output would be great, but I guess,
the regular equality comparison report should do it too.
> To work around the problem, use `equals()` rather than `==`.
Thanks a lot!
Original comment by foober...@gmail.com
on 24 Sep 2014 at 8:12
Maybe you could add support for using a custom renderer - maybe via an
annotation or a Groovy Category? Something like
use(MyCustomFailedComparisonRenderer){
actual == expected
}
Original comment by foober...@gmail.com
on 24 Sep 2014 at 8:36
Original comment by pnied...@gmail.com
on 1 Mar 2015 at 11:45
Original issue reported on code.google.com by
foober...@gmail.com
on 24 Sep 2014 at 7:59