Skip to content

Harmonize DisplayName for argument values on Fixture and Method#4498

Merged
manfred-brands merged 1 commit intonunit:masterfrom
manfred-brands:Issue2835_NameEncoding
Oct 15, 2023
Merged

Harmonize DisplayName for argument values on Fixture and Method#4498
manfred-brands merged 1 commit intonunit:masterfrom
manfred-brands:Issue2835_NameEncoding

Conversation

@manfred-brands
Copy link
Member

Fixes #2835

Extracted TestGenerator.GetDisplayString into DisplayName.GetValueString
Called the new method from both TypeHelper.GetDisplayString and TestNameGenerator.GetDisplayString

Copy link
Member

@stevenaw stevenaw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @manfred-brands , nice centralizing of this logic with a bugfix too.

@manfred-brands manfred-brands merged commit d8cbc0a into nunit:master Oct 15, 2023
@manfred-brands manfred-brands deleted the Issue2835_NameEncoding branch October 15, 2023 03:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Control character encoding is inconsistent between TestCase[Source] and TestFixture[Source].

2 participants