roman-numerals uses the JUnit Parameterized test runner. This was done to make the test more compact (and once you learn how the mechanism works, easier to read).
However, when a test fails, the error message does not indicate which value failed. This makes it really difficult to know why the test failed.
Test failures should clearly indicate what failed.
To Do:
(ref: #147)
roman-numeralsuses the JUnitParameterizedtest runner. This was done to make the test more compact (and once you learn how the mechanism works, easier to read).However, when a test fails, the error message does not indicate which value failed. This makes it really difficult to know why the test failed.
Test failures should clearly indicate what failed.
To Do:
@Parametersannotation.(ref: #147)