Skip to content

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

License

Notifications You must be signed in to change notification settings

superfaz/mstest-analyzer

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages