testfx icon indicating copy to clipboard operation
testfx copied to clipboard

Analyzer suggestion for duplicate test methods

Open AtolagbeMuiz opened this issue 1 month ago • 0 comments

This pull request fixes #6813

This new analyzer implementation allows similar unit test methods with different names within the same test class to be detected as duplicates.

NB: Because this is a new analyzer feature, I declared a new DIagnosticId value of MSTEST0059 as DoNotDuplicateTestMethodRuleId

AtolagbeMuiz avatar Nov 22 '25 20:11 AtolagbeMuiz