Is there a way to set my own custom test case names when using parameterized tests in JUnit4?
I’d like to change the default — [Test class].runTest[n]
— to something meaningful.
Is there a way to set my own custom test case names when using parameterized tests in JUnit4?
I’d like to change the default — [Test class].runTest[n]
— to something meaningful.