is there a library that shows the differences of 2...
# random
c
is there a library that shows the differences of 2 data class instances in a nice way?
u
You mean two instances of same data class?
c
yes
c
something like that but not tied to android 🙂
u
l
toString() then paste into "Open blank diff window" in the IDE?
c
Sure but I was looking for something automated for error messages
l
Which error messages? In tests?
c
yes for a test runner or assertion lib. I know idea shows diffs per default, but I wonder if theres way to make it even nicer
l
You can use reflection to make a JSON like output
c
yeah, was thinking along these lines but wanted to check whats already there