Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.54 KB

README.md

File metadata and controls

22 lines (17 loc) · 1.54 KB

Appveyor Build Appveyor Tests Code Coverage GitHub Licence

Codacy CodeFactor

mstest-analyzer

A .Net analyzer that helps to avoid basic mistakes with the MSTest framework

Installation

nuget install mstest-analyzer

Implemented checks

Code Description
MT1001 Public class should have a test attribute
MT1002 Internal class should not have a test attribute
MT1003 Public method should have a test attribute
MT1004 Non-Public method should not have a test attribute