testfx
testfx copied to clipboard
Analyzer suggestion for duplicate test methods
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