I want to include a line separator (horizontal line of hyphens) before and after the assert failure message so that they are more visible and can be easily found in log.
Is there I can do this in a way that it shows up for when any assert fails? Naive way of doing this of course is to add the line separator strings to each assertEquals method.