There are a number of tests in this track that leverage the Parameterized test runner. This is great except that the value being passed into the test is not displayed. When a test fails, it's unnecessarily difficult to determine which case failed.
See https://github.com/junit-team/junit4/wiki/parameterized-tests#identify-individual-test-cases.
(see related issues, below for each instance)
There are a number of tests in this track that leverage the
Parameterizedtest runner. This is great except that the value being passed into the test is not displayed. When a test fails, it's unnecessarily difficult to determine which case failed.See https://github.com/junit-team/junit4/wiki/parameterized-tests#identify-individual-test-cases.
(see related issues, below for each instance)