In JUnit 5, this can also be addressed by customizing the string representation of the test parameters without changing their values.To do so, use org.junit.jupiter.api.Named interface or change the name parameter of the org.junit.jupiter.params.ParameterizedTest annotation: