Overview
As I mentioned in #4783, name-argument pairs in display names for parameterized classes and tests have different formatting/spacing depending on the use case.
When using useHeadersInDisplayName with @CsvSource or @CsvFileSource, they take the form name = value; whereas, when using the {argumentsWithNames} display name pattern, they take the form name=value (without spaces).
After discussing this within the team, we decided to consistently use the name = value formatting.
Related Issues