eclipse-jdt / eclipse.jdt.ui

Eclipse Public License 2.0
35 stars 86 forks source link

Fix Bug 202162 - JUnit messages says failed first but it is not #1435

Closed jjohnstn closed 2 months ago

jjohnstn commented 2 months ago

What it does

Fixes the console message for a rerun to not have trailing info about failed tests first and makes the message more consistent by not adding Rerun to start of message some times and others not.

How to test

See issue.

Author checklist