exercism / java-test-runner

GNU Affero General Public License v3.0
9 stars 13 forks source link

Make the XML Parser more defensive and parse errors #40

Closed andreaTP closed 2 years ago

andreaTP commented 2 years ago

As reported in Slack, Maven is reporting runtime exceptions as Errors other than Failures, here we make the reporter much more defensive also.

I tested it manually, but automated tests can and should be implemented for this functionality.