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
Paul N
01/10/2020, 4:59 PM
Just use an assertion from hamcrest, kluent or any other assertions library.