DotNetAnalyzers / StyleCopAnalyzers

An implementation of StyleCop rules using the .NET Compiler Platform
MIT License
2.63k stars 507 forks source link

Bring over BatchFixAllProvider tests from Roslyn #1136

Open sharwell opened 9 years ago

sharwell commented 9 years ago

The CustomBatchFixAllProvider added in #1122 is nearly identical to the BatchFixAllProvider in Roslyn. The code which tests BatchFixAllProvider in Roslyn could be included in this project as well, providing improved coverage for any modifications we make to this class over time.

sharwell commented 9 years ago

From the sound of it, the tests we use for fix all providers in this project might actually be more extensive than the reference tests. :no_mouth: