Subject: | Custom message hides default message |
When you supply a message argument to an assert variant, that is the
only message that is displayed. I would prefer if it was just prepended
to the default message the way JUnit does it rather than assuming that
it's a replacement message. I'm just trying to use it to distinguish
iterations in highly dynamic or data-driven test loops.