When using JUnitParams, I can pass an array of Objects
where each element will be used to run a test.
Is there any way to add a name or identification to each of these? So when I run these JUnit test, Eclipse would show the name of each case instead of the 0-n index of the array.