hello, does anyone know a way to display the diffe...
# announcements
n
hello, does anyone know a way to display the difference between two list (of data class) ? either by debug in ide or to a string like apache diffbuilder difference = which item and which part of the item is different
p
Just use an assertion from hamcrest, kluent or any other assertions library.