I am using the @Parameterized annotation to run a test class over and over again against different test files. The problem is that in my IDE/build server the tests show up as "MapSimulationTest" 0-x.
How can I have a method that provides JUnit 4 with a custom name for each instance of my MapSimulationTest class? In this case it would be the filename the test is being run against.