exercism / java-test-runner

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

Ensure test result order matches order of test methods #92

Closed sanderploegsma closed 7 months ago

sanderploegsma commented 7 months ago

This slightly changes the output of the test runner so that the order of the results matches the way the test methods are ordered in the exercise. This fixes #70.