Assertions.assertEqual
formats an error when an assertion is false, this is great but in case of lists it is not very readable (and the diff when you click the error in idea is worse).
What could help is that if the instances are collections or arrays to format one item per line, would make it easier to read IMHO.