https://bz.apache.org/bugzilla/show_bug.cgi?id=64564
Bug ID: 64564 Summary: JUnitLauncher Task should support @ParameterizedTest (custom display name) Product: Ant Version: 1.10.8 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Optional Tasks Assignee: notifications@ant.apache.org Reporter: simon.leg...@gmail.com Target Milestone: --- Follow-up of Bug 63680. The @ParameterizedTest annotation allows to specify a custom naming rule for the tests. Ant's JUnitLauncher should respect this configuration. Javadoc of @ParameterizedTest: https://junit.org/junit5/docs/5.3.0/api/org/junit/jupiter/params/ParameterizedTest.html#name() Tutorial + sample code: https://www.baeldung.com/parameterized-tests-junit-5#display-name Relevant for JOSM's integration tests: https://josm.openstreetmap.de/ticket/16567#comment:50 -- You are receiving this mail because: You are the assignee for the bug.