For example, if when comparing strings, JUnit will highlight the difference, and in IntelliJ there's even a "<Click to see difference>" link that brings up a side-by-side diff. "shouldBe" just shows the two strings one after the other with "did not equal" in between. There aren't even any delimiters around the two strings.